我正在尝试将一些数据插入表雇员中,但是我得到的错误代码1241操作数应包含1列
INSERT INTO Employees
(Staff_ID, First_Name, Last_Name, Home_Contact, Mobile_Contact, Address, Birth_date, Sex, Date_Started, Job_Rank, Job_title, Job_Type, Salary, Department_ID)
VALUES (1, 'Cameron', 'Robson', 123520, 253652, 'Mars\,Avenue', 01/01/0210, 'M', 01/05/0610, 'Senior', 'System analyst', 'Expert', 5000, 2)
一切对我来说似乎都很好。...