MySQL Forums
Forum List  »  Other Migration

Re: error ! Mysql performed the sql sentence , error result
Posted by: Nick Roper
Date: July 20, 2004 11:20AM

David,

Confused - what exactly are you putting where you have '( select * from.......)' ?

If you're trying to join data from 2 tables, the surely the correct syntax is as you have specified, i.e:

select (columns) from table1, table2 where (conditons)

or am I missing something?


Nick

--
Nick Roper

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: error ! Mysql performed the sql sentence , error result
2394
July 20, 2004 11:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.