View Single Post

   
  #1 (permalink)  
Old 04-19-2008, 04:09 PM
calendarw
 
Posts: n/a
Default How to union table without union statement?

Hi,

I need to combine 10 tables which contain same table structure and join an
"other table" to show the latest 200 record, I am join the "other table"
first and using union statement to select all record now but the collection
time is super slow, how can I improve the collection speed?

Thanks.

--
Jr. P
calendarw

Reply With Quote