Home > Mobile >  Why is GROUP BY not working in SQL Server?
Why is GROUP BY not working in SQL Server?

Time:01-25

I have the following query:

SELECT TOP 500
        BusinessDate,
        BRANCH_CO_MNE,
        RIGHT(TRANS_INPUTTER, 5) 'USER_ID',
        CASE
            WHEN TRANS_TYPE LIKE '           
  • Related