Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 insert into existing records

Author  Topic 

hmusa
Starting Member

36 Posts

Posted - 2001-03-28 : 11:04:20
I have a table with one field populated, there are approx 100 records, I want to populate another field whose value is Null, within the existing records from a field from another table.

e.g

field 1 field 2
<null> 1111111

I want to insert the field from the other table into field 1 there are no links between the tables

Help!!
or
please tell me i am wasting my time



   

- Advertisement -