abdfahim Posted November 25, 2007 Share Posted November 25, 2007 I have 3 tables. First 3 columns of each table represents same information (name, date, city). I want to merge this 3 tables temporarily (may be with VIEW), matching the first 3 columns, so that I can make a query on the three tables simultaneously. How can I do that? Link to comment https://forums.phpfreaks.com/topic/78756-solved-merge-3-tables-temporarily/ Share on other sites More sharing options...
Gamic Posted November 25, 2007 Share Posted November 25, 2007 Have a look at the mySql manual on views. Link to comment https://forums.phpfreaks.com/topic/78756-solved-merge-3-tables-temporarily/#findComment-398649 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.