Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record no in SQL?
Message
From
02/03/2000 07:46:13
 
 
To
02/03/2000 02:07:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00340444
Message ID:
00340468
Views:
17
Select recno() as rec, myfield1, myfield2 from mytable where recno()>=10 and recno()<=20 into cursor newcursor

This will select the records with record number 10 through 20 and show you the record number of the selected records in the cursor. You should read the help file on teh topic "select-sql" for the problems associated with recno() and SQL
related to join conditions.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform