Need help with something.
Is it possible to list the total rows in a table so it can be displayed on a web page?
Regards, Crazy-D
One way is: SELECT COUNT(*) FROM tablename;