Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个与 MySQL 数据库连接的 Java 程序。我想在 MySQL 中创建一个表,该表限制为 10 个输入或 10 个插入语句。有人可以帮我解决这个问题吗?
试试看这个问题:如何在 MySQL 表中设置最大行数?
您应该创建一个存储过程来控制该限制!