oracle - Inserting value in column from other table -


col1     col2     col3      col4           34       56           12       67           34       43           41       12 

now i'm inserting values in col1 other table column col1

col1     col2     col3      col4           34       56           12       67           34       43           41       12 23 67 89 90 

values in col1 inserting this...is there way can insert data

col1     col2     col3      col4  23        34       56 67        12       67 89        34       43 90        41       12 


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -