PHP Classes

Error in parsing outer join syntax

Recommend this page to a friend!

      SQL Parse Convert to Tree Array  >  All threads  >  Error in parsing outer join syntax  >  (Un) Subscribe thread alerts  
Subject:Error in parsing outer join syntax
Summary:This is a nice package but it seems there is a small bug
Messages:1
Author:Maik Preuss
Date:2010-04-21 19:28:08
 

  1. Error in parsing outer join syntax   Reply   Report abuse  
Picture of Maik Preuss Maik Preuss - 2010-04-21 19:28:08
If I parse this query

SELECT * FROM tt_news,be_users where tt_news.cruser_id=be_users.uid;

I will get ',be_users' for the second table name.
If I reformat the query and use a space between , and be_users.
The result ist as expected.

Anyway.
Many thanks for sharing your work!

Maik