I want to insert the existing values of one table into a new table. It
needs the combination of these to sql commands:
" insert into new_table values ( values_of_AtrributeA,
values_of_AttributesB) "
" select AttributeA, AttributeB from some_table "
Thanks for your suggestions! -- Jason