UnsolvedCoding
Technical User
I want to do a select * with a gropu by clause but don't recall how at the moment.
I have the following
Select *
From Test_Table
Goupby TableName
Having DateAdded >= [2012-04-03]
How can I do this as a groupby without listing out all the columns in Test_Table?
I have the following
Select *
From Test_Table
Goupby TableName
Having DateAdded >= [2012-04-03]
How can I do this as a groupby without listing out all the columns in Test_Table?