可怪问题发!!

a97191 2006-06-02 04:33:43
select kid,content,fname=(select fname from fmnu where fid=five.fid),sname=(select sname from smnu where sid=five.sid),tname=(select tname from tmnu where tid=five.tid),wname=(select wname from four where wid=five.wid) from five
在sql2000可以执行并得到结果,在access2000不可以
...全文
263 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
OracleRoob 2006-06-02
  • 打赏
  • 举报
回复
--try

select
kid,
content,
(select fname from fmnu where fid=five.fid) as fname,
(select sname from smnu where sid=five.sid) as sname,
(select tname from tmnu where tid=five.tid) as tname,
(select wname from four where wid=five.wid) as wname
from five
OracleRoob 2006-06-02
  • 打赏
  • 举报
回复
SQL Server使用的是Transact-SQL,而Access用的是Jet-SQL。当然不行了。

7,712

社区成员

发帖
与我相关
我的任务
社区描述
Microsoft Office Access是由微软发布的关系数据库管理系统。它结合了 MicrosoftJet Database Engine 和 图形用户界面两项特点。
社区管理员
  • Access
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧