![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi- I come from a SQL Server background and am just starting to use Oracle. We are changing the names of data within a table and want to copy data from the old record over to the new record. In SQL Server I can use this update a set a.cpty_addr1 = b.cpty_addr1 from cpty a, cpty b where a.cpty_cpty = 'ENGYAUTH' and b.cpty_addr1 = 'ENGYAUTH_S'; In Oracle this does not work. Could somebody please help me out? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |