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]>
Sent: Wednesday, April 18, 2001 5:35 PM
Subject: Query syyntax error, help needed


> 
> -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.
> please could someone help me ?
> 
> -BEGIN PGP SIGNATURE-
> Version: PGP 7.0.4
> 
> iQA/AwUBOt1fx4iKIkRfAqJVEQJlKgCgtXPrXclGAkFo3C/A1U01GQBPLUwAoI4H
> gMmlG7Cg16eRhxeuQbHg8Jfx
> =W/NV
> -END PGP SIGNATURE-
> 
> 
> 
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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.
> please could someone help me ?

paste as one line in your browser:

http://www.mysql.com/documentation/mysql/bychapter/
manual_Compatibility.html#Missing_Sub-selects

-- 
Don Read   [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php