Viewing post 1 (of 1 total)
what happens when the field you order by on
is null
for many records
for example :
select top 10 custnum,custname from customers where custname >
(select max(custname) from customers ) A order by custname
when...
July 19, 2005 at 8:03 am
#575493