Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Last row
Message
 
To
13/09/2000 09:59:32
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00415642
Message ID:
00415789
Views:
16
>>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


Yeah, Larry Miller just made that recommendation. I'll give that a try. Thanks for the assistance.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Reply
Map
View

Click here to load this message in the networking platform