
Jasmine
Administrator
/ Moderator
Jan 23, 2003, 8:47 AM
Views: 2429
|
|
Re: [skirrow] Limiting mySQL entries
|
|
|
As far as I know, you can't limit the number of rows a table can have. You can do a quick count of existing rows by executing the following MySQL command:
SELECT count(*) FROM table_name and then compare it to a number you have defined elsewhere.
(This post was edited by Jasmine on Jan 23, 2003, 8:48 AM)
|