字符串类型的varchar,char,nvarchar,nchar,text,ntext
日期类型date,datetime都需要加单引号
例如:INSERT workers (name,age,salary) VALUES ('zhangsan',30,3000);\