Viewing 2 posts - 16 through 17 (of 17 total)
Jeff Moden (6/9/2011)
ash0550 (6/8/2011)
I am a bit unsatisfied with the explanations provided in different tutorials.
Could...
June 9, 2011 at 10:46 am
#1336511
GilaMonster (6/6/2011)SELECT TOP (10) <column list>FROM <Some Table>ORDER BY <Whatever columns defines the ordering you want>
GilaMonster (6/6/2011)
SELECT TOP (10) <column list>FROM <Some Table>ORDER BY <Whatever columns defines the ordering you want>
FROM <Some Table>
ORDER BY <Whatever columns defines the ordering you want>
Thanks it has been useful
June 6, 2011 at 3:29 pm
#1334699