
Jasmine
Administrator
/ Moderator
Jan 23, 2003, 8:47 AM
Post #2 of 3
(2475 views)
|
|
Re: [skirrow] Limiting mySQL entries
[In reply to]
|
Can't Post
|
|
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)
|