I am trying to create a query that can handle grabbing values from multiple tables, ordering by each table’s timestamp, and outputting the resulting data into one data stream. This will be like the notification area in Facebook or Google+.
I will need to access data from a variety of tables all with various fields. For instance – Actions History, Announcements, and Events for starters.
Thanks in advance,
Chris
I guess what youre looking for is UNION query, ie