| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> How do I do a Select Into
Very simple question. How do select data out of one table and put the results into another table.
Example:
Select MedicalRecordNumber, count(*) into newTableName From existingTableName
According to the manuals I have I can only do this into variables. Is this true? Received on Wed Apr 16 1997 - 00:00:00 CDT
![]() |
![]() |