With mysql navicat runtime, always shows the first line of error, but I'm really not wrong, help bosses, thanks!
CodePudding user response:
CREATE TABLE student
(dept_name VARCHAR (20),
Building a VARCHAR (15),
PRIMARY KEY (dept_name)
)
CodePudding user response:
The