carlg Posted August 1, 2006 Share Posted August 1, 2006 This is what I would write with Informix or most other DBMS'sselect a, b, c, d, e, ffrom t1, t2, outer t3where t1.id=t2.idand t2.id=t3.idHow would this query be written in mysql?Thanks for the info Carl Link to comment https://forums.phpfreaks.com/topic/16258-help-with-mysql-join/ Share on other sites More sharing options...
fenway Posted August 2, 2006 Share Posted August 2, 2006 Which table are these columns from? Link to comment https://forums.phpfreaks.com/topic/16258-help-with-mysql-join/#findComment-67825 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.