比如表中有id,A,B,C四个列,那么是insert into tableName(A,B,C) values(值1,值2,值3)id的值不用管就会自动填的。如果想知道填的是什么id值,再select @@identity即可