View Single Post
Old March 18th, 2008, 4:27 AM   #2 (permalink)
sascoms
Registered User
Seasoned Poster
 
Joined in Sep 2003
51 posts
Gave thanks: 4
Thanked 5 times
some google search with the error sentence gave the correct result here:
MySQL Bugs: #13551: #1054 - Unknown column 'xxxx' in 'on clause'

we need to put paranthesis around from tables and join expressions:
like below:
... FROM (table1, table2)
join ... ON (col1=col2)

incase anyone comes accross the same error.
__________________
server: pass40
sascoms is offline   Reply With Quote
These users thank sascoms for this great post!
Mike (March 18th, 2008), ~ K ~ (April 11th, 2008)