sub selects are not yet supported.


----- Original Message -----
From: "Nanjunda BM Prasad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 14:57
Subject: Problem With NOT IN Sql Statement...


> Hi,
> I am having a problem with the sql statement when i am trying to
> execute on MySql
> the sql statement is :
>
> Sqlnew1 = "Select count(EM_Code) as EmpNew FROM employeemaster"
> Sqlnew2 = " WHERE ((EM_dateofJoining <= '1998-03-30' and
> EM_dateofLeaving >= '1998-03-01') or (EM_dateofJoining <=
> '1998-03-30'     SqlNew3 = " and isnull(EM_DateOfLeaving)))"
>         Sqlnew4 = " AND EM_Code NOT IN (Select PFR_Empcode from
> PFREPORTTABLE"
>         Sqlnew5 = " WHERE month(PFR_Date)=2 and year(PFR_Date)=1998"
>
> SqlNew=SqlNew1 & SqlNew2 & SqlNew3 & SqlNew14 & SqlNew5
>         set rs=dbcon.execute(sqlNew)
>
> When i executing the above statement it gives syntax error.
>
> Is NOT IN statement works in MySql ?
>
> I am having version 3.23.11-alpha of mysql... Is Newer version solves
> the problem?
>
> If (NOT IN) statement is not there pls can u send me alternative for
> the above sql statements and also suggestion about the version.
>
> Bye,
> Prasad.
>
> ---------------------------------------------------------------------
> 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

Reply via email to