posted 16 years ago
Probably not the ideal forum to post this, but I know you tend to get quick resulst here so I thought I'd give it a go.
I have a tabel where I need to update a column, but I can only find the ID of that record by search a second table.
Basically the pseudo code query is...
Update table1 status='Effective' where table ID = X, X = table 1 child_id where table 2 master_id = '123456'
This is being executed on an Oracle DB.
Here is my attempt at the query, but I get a
error