一条语句
insert
into student(sno,sname,ssex,sdept,sage)
values('00215125','张立','男','IS',19);
grant select on table student to U1;
服务器: 消息 156,级别 15,状态 1,行 1
在关键字 'table' 附近有语法错误。
[解决办法]
U1 是否该引起来?
[解决办法]
grant select on student to U1;
[解决办法]
发布时间: 2012-04-17 15:06:33 作者: rapoo
一条语句
insert
into student(sno,sname,ssex,sdept,sage)
values('00215125','张立','男','IS',19);
grant select on table student to U1;
服务器: 消息 156,级别 15,状态 1,行 1
在关键字 'table' 附近有语法错误。
[解决办法]
U1 是否该引起来?
[解决办法]
grant select on student to U1;
[解决办法]