Home > database >  Database knowledge
Database knowledge

Time:10-05

You have an error in your SQL syntax; Check the manual that corresponds to your MySQL server version for the right syntax to use near '{
Hid INT PRIMARY KEY AUTO_INCREMENT,
Hname VARCHAR (50)
} 'at line 1

To solve?

CodePudding user response:

Replace {with (

CodePudding user response:

Also to replace})

CodePudding user response:

Originally is such, there is no use

CodePudding user response:

Post all creat statements
  • Related