mysql 3.23 select from one table if value do not exist in table 2 or if exist and date>datenow select it also -


make query in mysql 3.23 select 1 table if value not exist in table 2 or if exist , date>now date(in table 2 exist field date when added) select also.

i make in mysql 5.22.25 thik (i deleted it), istalled mysql 3.23 , query not work.

is possible problem in .dll (conectors)

i use select * x ... , ... not in (select ........)

mysql error in "in (select ........)" .

can use in in mysql 3.23?


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -