So, I have a series of SQL selects to do, making for a pretty
complicated process. The end result is to be inserted into a new
table.

I can create a VIEW of each step, SELECTing each subsequent result
from the preceding VIEW. Or, I can CREATE TEMP TABLE for each step.
Any pros and cons of one or the other?

-- 
Puneet Kishor

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to