LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 813|回复: 2

一条查询语句,疑惑,在线等候

[复制链接]
发表于 2003-5-22 15:03:27 | 显示全部楼层 |阅读模式
mysql> select a.userId from user a,(select distinct aa.userId from userGroups aa
left join workSumup bb on(aa.userId=bb.userId) where aa.polity=3 and bb.userId
is null) b where a.unitId=1 and a.userId=b.userId;

提示我如下错误:

ERROR 1064: You have an error in your SQL syntax.  Check the manual that corresp
onds to your MySQL server version for the right syntax to use near 'select disti
nct aa.userId from userGroups aa left join workSumu

难道MYSQL不支持在from后写select语句么?
发表于 2003-5-22 16:28:11 | 显示全部楼层

MYSQL不支持子查询!!

MYSQL不支持子查询!!
发表于 2003-5-23 12:02:39 | 显示全部楼层

想用这样的句子,别用MySQL了建议用PostgreSQL好了。

如题!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表