mysql 3.23从一个表中选择如果表2中不存在值,或者如果存在且日期> datenow也选择它

时间:2014-03-06 08:41:50

标签: mysql

在MYSQL 3.23中进行查询以从一个表中选择表2中是否存在值,或者如果存在且日期>现在日期(在表2中存在添加了日期的字段)也选择它。

我在mysql 5.22.25中创建了它(我删除了它),但我是mysql 3.23,这个查询不起作用。

问题可能出在.dll(conectors)

我使用select * from x where ... and ... not in(select ........)

Mysql在“in(select ........)”中说错误。

我可以在mysql 3.23中使用IN吗?

0 个答案:

没有答案