View Single Post
Old 08-21-2003, 03:19 PM   #2 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
Code:
select distinct top 50
  x,
  y
from 
  table
order by
 someid desc
?
__________________
direct entry file specification.
npa is offline   Reply With Quote