Why can't I create two tables in the same query? MySQL

后端 未结 0 1413
清酒与你
清酒与你 2021-02-06 05:32

Why do something like below gives me syntax error?

CREATE TABLE `a` (
  id INT NOT NULL PRIMARY KEY AUTO_INCREMENT
);
CREA         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题