Hi guys, Is there something that I can use for the following query `update some_table set is_deleted...
t
Hi guys, Is there something that I can use for the following query
update some_table set is_deleted = true where id in (:some_list)
t
Thank you