lhpqaq commented on PR #74:
URL: https://github.com/apache/bigtop-manager/pull/74#issuecomment-2362677858

   updateList like:
   ```sql
   UPDATE "table" SET 
    thread_id = CASE 
       WHEN "id" = '1' THEN '1' 
       ELSE thread_id 
    END,
    create_by = CASE 
       WHEN "id" = '1' THEN NULL 
       WHEN "id" = '2' THEN '1'
       ELSE create_by 
    END, 
    sender = CASE 
       WHEN TRUE THEN sender 
    END, 
    ....
   WHERE "id" IN ('1','2')
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to