Real Quick ? - SQL query page |
1/15/2007 11:58:39 AM |
PHPRunner General questions | |
G
GeddyLee author
Does anyone know if the EXISTS function supported? |
|
G
|
GeddyLee author 1/15/2007 |
sorry this should read: WHERE EXISTS(subquery)<semicolon>;<end parenthsis>) WHERE EXISTS(subquery)<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=14587&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> |
![]() |
Alexey admin 1/16/2007 |
Hi, |
G
|
GeddyLee author 1/16/2007 |
Hi, PHPRunner won't work with your query if subquery contains WHERE keyword. We work on this and will make PHPRunner support any SQL query. As for now I recommend you to create a view in database using CREATE VIEW command and use it in PHPRunner.
|