J jedooley Registered User. Local time Today, 16:01 Joined Sep 22, 2004 Messages 20 Oct 20, 2004 #1 Can someone tell me if there is a function to select the Bottom records in the table? I know there is a select top 1 fieldname from table etc.
Can someone tell me if there is a function to select the Bottom records in the table? I know there is a select top 1 fieldname from table etc.
pbaldy Wino Moderator Staff member Local time Today, 15:01 Joined Aug 30, 2003 Messages 36,272 Oct 20, 2004 #2 You can still use the TOP predicate, just order the records the opposite way.