I have mult object ids and I want to insert the object ids into this DQL
update dm_job objects set is_inactive=true where r_object='<targer r_object_id>'
I do have muti ids please how do I write DQL in script form to update all the ids using the DQL
Thanks