Suppose i have two tables... I want to get two tables data order by date posted/added or order by id!
so that if i have
table1
id msg date
2 this is msg nowdate
table2
id comment date
2 this is comment nowdate
Then how can i get it in single query order by id?