Microsoft
Software
Hardware
Network
Question : Oracle Build Table of tables
I need to make a table look like another table where they differ by column names and a "record type"
So Let's say the following:
Table 1
rtA_field1
rtA_field2
rfA_field3
rtB_field1
rtB_field2
rfB_field3
Table 2
field1
field2
field3
rt_type
I was hoping something like the following would work:
select x.*, y.* from
(Select field1 as rtA_field1, field2 as rtA_field2, field3 as rtA_field3 from Table2 where rt_type='A') x,
(Select field1 as rtB_field1, field2 as rtB_field2, field3 as rtB_field3 from Table2 where rt_type='B') y
)
So that Table2 can get a view created from it that mimics the columns of Table1.
Answer : Oracle Build Table of tables
that will work except you'll get every combination of A and B from Table2, is that what you want?
Random Solutions
DELETE from a SAS table based on two column values of another table
Validation Messages
How to get the href attribute from an ATOM feed being parsed
Is it worth making iPhone games?
exchange homepage, IIS6, OWA
LaCie Ethernet Big Disk data recovery from a failing drive
problems in the synchronization between a PDA and the Exchange server produced by a Email and Web Security Appliance (3100) v5.0 of mcafee
A SCRIPT THAT WILL SEARCH AND SHOW RESULT FOUND
Remove "Document] is reserved by [author] - Enter password to modify, or open read only" dialog in Word 2007
replying html mail which is coming from my web site