MySQL Forums
Forum List  »  InnoDB

two tables join query in mysql
Posted by: Naga Raj
Date: April 15, 2008 03:29AM

> SELECT employee.first_name, job.title, duty.task
-> FROM employee, job, duty
-> WHERE (employee.ID = job.ID AND employee.ID = duty.ID);

Options: ReplyQuote


Subject
Views
Written By
Posted
two tables join query in mysql
20125
April 15, 2008 03:29AM


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.