11.11 --sql server

上一篇 / 下一篇  2008-11-11 20:25:38 / 个人分类:Sql server

错误:
1. 把‘错误弄成“
2. 字段名不需要引号

Insert into test10.dbo.student2 (Name) values ('kate1')

update student2
set name = 'lily'

where name = 'kate2'

delete *
from student2
where name = 'lily1'

TAG:

 

评分:0

我来说两句

Open Toolbar