Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting the last record of a table
Message
From
08/09/2003 15:51:59
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00827253
Message ID:
00827257
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
>Is there a way to select the last record of a table with only a select statement?

is this what you're looking for?
sele a.* from myTable a where recno() = reccount()
Previous
Reply
Map
View

Click here to load this message in the networking platform