I have table documents (id, name, time). Is there a special sql command to set table limit by 10 rows?
documents (id, name, time)
no you could not set a limit on the mysql table, you can achive this with trigger that delete rows.