Hi everyone,
I'm new to this site and SQL, so I apologize if I repeat this question.
Within MS SQL 2000, I want to run a simple query to return the maxium value of the column col2.
I run:
SELECT Max(Table1.Col2) AS MaxOfCol2, Table1.Linker
FROM Table1
GROUP BY Table1.Linker;
And I get :
Max...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.