日期:2014-05-18  浏览次数:20390 次

一条语句
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;
------解决方案--------------------
探讨

grant select on student to U1;