Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record Count
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00615944
Message ID:
00615952
Views:
14
>Hi All:
> Is there a function in sql 7.0 that would tell me how many records there are in a table? I.E. like RecCount() in VFP
>Thanks

No there isn't. You can use SELECT COUNT(*) FROM mytable.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform