How to insert values in a particular column ONLY?

  • Thread starter Thread starter arunachalam.arcot
  • Start date Start date
A

arunachalam.arcot

I have a table, where i need to insert values only for one particular
column and the other columns will be manually or will be populated
through other queries. I'm kind of having difficulty with this. I tried

"Insert into " with select statements and also Select Into, both does
not solve this, because they append a new row insted of inserting
values into
a specific row. Any help will be highly appreciated.

Thanks
 
Back
Top