这个sql语句错在哪里?
发布: 2009-11-20 14:07 | 作者: student | 来源: 青软培训-踏踏实实育人-勤勤恳恳奉献
在oracle里面
select * from test 执行正确
select uid from test 执行正确
select test.uid from test 执行错误
谁解?
select * from test 执行正确
select uid from test 执行正确
select test.uid from test 执行错误
谁解?





select "uid" from test