Hi!I have a maintable that i want copy data into fromtwo subtables.The subtables contains st1datetime value1 3 2 43 04 -1
and the other table containsst2datetime value2 53 54 -125 8
now i want my maintable would looks likest2datetime st1 st21 32 4 53 0 54 -1 -125 8
I know i have to do insert into, and perhaps update (?),but how can i avoid it do it separately and do the both operations in the same time ?or does it need to ? what is the best way to create this maintable?all suggestions would be appreciated!thanks