mysqlsql语句
create table salary(
salaryid int identity(1,1),
employeeid char(100),
employeename char(100),
year char(100),
month char(100),
basicwage float,
overtimewage float,
trafficwage float,
totalwage float,
kaoqinreduce float,
securereduce float,
taxreduce float,
totalreduce float,
realwage float,
edittime char(100),
memo char(100)
)
然后给出的错误提示:(我实在 navicat上运行的)
[err] 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 'identity(1,1),
employeeid char(100),
employeename char(100),
year char(100' at line 2
year char(100' at line 2