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? Quote Link to comment 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. Quote Link to comment 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.