Re: [PHP-DB] SQL Parse Error

2001-01-19 Thread Stas Trefilov
Hello, "Wade Halsey"! You wrote: > sqlExecute( "select * from client where persal in "' > (Select accno from > BadClient where SkyTraceStatus = "''uploaded onto > web''")"'"); > Try "select * from client where persal in (Select accno from BadClient where SkyTraceStatus = 'uploaded onto web

[PHP-DB] SQL Parse Error

2001-01-17 Thread Wade Halsey
Hi Could someone please help me with this parse error: sqlExecute( "select * from client where persal in "' (Select accno from BadClient where SkyTraceStatus = "''uploaded onto web''")"'"); Thanks Wade [EMAIL PROTECTED]