为什么我的mysql数据库无法用sql语名插入数据呢?不胜感激!!!
输入语名:INSERT INTO user(id,username,PASSWORD) VALUES ('','ss','ss')
错误提示:
MySQL 返回:
#1064 - 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 'user( id, username,
PASSWORD )
VALUES ( '', 'ss', 'ss' )'