this way we can make the grouping of information in consultations where use group by
''''''''''''''''''''''''''''''''''''''''''''' ''''''''
x.carnet SELECT count (x.carnet)
FROM (SELECT FROM afiliadoscu
card union card
SELECT FROM historicos.dbo.afiliadoshistorico)
AS x GROUP BY x.carnet
'''''''''
0 comments:
Post a Comment