Hello Experts,
is it possible to update records based on subquery in dql?
I am trying this but it fails,
update dm_folder f objects set f.owner_name (select u.user_name from dm_user u where u.user_name=f.object_name)
Please let me know what I am doing wrong, unfortunately I could not find anything in google.
Thanks in advance