WYBRANY t.Account
, AVG (t.Count) JAKO AvgCount
, SUMA (t.Count) JAKO SumCount
, (Datename (ww, getdate ()) + ' ''' + Datename (yy, getdate ())) jako Okres
OD tblHFBYACC t
DOKĄD Datename (Rok, getdate ()) >= (Datename (Rok, getdate ()) + (DatePart (ww, getdate ()) - 1) - 52)
GRUPA T.Account
|