Re: Query syyntax error, help needed

2001-04-18 Thread Welcome
http://www.mysql.com/doc/M/i/Missing_Sub-selects.html here says that mysql does not support sub-selects thus you see errors. also here shows you that how to rewrite sub-selects. - Original Message - From: "Nicolas Villatte" <[EMAIL PROTECTED]> To: "Mysql (E-mail)" <[EMAIL PROTECTED]> S

RE: Query syyntax error, help needed

2001-04-18 Thread Don Read
On 18-Apr-01 Nicolas Villatte wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Query syyntax error, help needed > > SELECT descpays.libelle FROM descpays WHERE descpays.pays_id IN > (SELECT pays.pays_id FROM pays where pays.pays_ref IS NULL) > > I cannot find the error. > pleas