Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Last row
Message
From
13/09/2000 09:59:32
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00415642
Message ID:
00415782
Views:
21
>Is there a command in SQL 7 that is comparable to go bottom? I looked at fetch, but couldn't seem to get it to give me what I wanted.
>
>TIA

If you just want the last record possibly returned by a SELECT statement, you could try
SELECT TOP 1 field1, field2 ;
  FROM table ;
  WHERE search_criteria = 1 ;
  ORDER BY field1 DESC
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform