Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: More on Returning a Subset of a Recordset

    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...

Viewing post 1 (of 1 total)