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 Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/16258-help-with-mysql-join/#findComment-67825 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.