I am trying to use the update command to update a field with data from another table.
example:
update mytable1 set field1 =(select field1 from table2 where mytable1.key1=mytable2.key1)
Of course the above will not work, just trying to get accross what I am trying to do.
Thanks
example:
update mytable1 set field1 =(select field1 from table2 where mytable1.key1=mytable2.key1)
Of course the above will not work, just trying to get accross what I am trying to do.
Thanks