Is it possible to UPDATE data into a table using a rowtype data type? I hadfound:
l_updated_cd cds%ROWTYPE;
UPDATE cds SET ROW = l_updated_cd WHERE album_name = 'The Future',
But, it doesn't work.
Any ideas?
Thanks for your help,
Sergio.