sql server中,表名不能为"user"或"users",否则将无法对其进行任何操作;
字段名不能为name或者conteng,如果使用这些关键字,需要用中括号括起来:"[name]"、"[content]"