Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要删除特定 r_object_id 的用户收件箱通知:
我尝试使用 DQL 删除:dm_queue_item where r_object_id ='0000000"
但我认为它是错误的,请让我知道正确的语法是什么
您首先获取object_id,然后运行 api 命令acquire,c,object_id,然后complete,c,object_id. 如果没有要执行的操作,它会起作用。
object_id
acquire,c,object_id
complete,c,object_id