Jump to content

union tables


jonniejoejonson

Recommended Posts

I would like to create a list of a users recent activities like facebook.

However instead of creating a recent activities table, i think i will union all the tables and select 20 of the users most recent actions...

 

1/ Would you union all the tables like this to get recent activities?

or would you create a seperate table for recent activities, and then join this table to the appropriate other tables to select the correct data?

 

2/ if you do go for the union tables, how do you order by?

if every table has a column for dateCreated or dateUploaded etc, how can i order my results of the unioned table by the date?.

 

kind regards to any responders J.

Link to comment
https://forums.phpfreaks.com/topic/141631-union-tables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.