gojohnnygogogogo
Programmer
hello,
I am trying to order by in my sp, but I can't.
I am doing this :
SELECT * FROM table
ORDER BY INSERTDATE DESC
UNION
SELECT * FROM table
and I get the erorr :
incorrect syntax near the keyword UNION.
anybody seen this before ?
I am trying to order by in my sp, but I can't.
I am doing this :
SELECT * FROM table
ORDER BY INSERTDATE DESC
UNION
SELECT * FROM table
and I get the erorr :
incorrect syntax near the keyword UNION.
anybody seen this before ?