Created
June 21, 2022 14:41
-
-
Save OMGZui/44de2ed37cbe970a1e667bae98cae09a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE doc SET prevId = #{id} WHERE id = #{prevData.siblingId}; | |
UPDATE doc SET siblingId = #{prevData.siblingId} WHERE id = #{id}; | |
UPDATE doc SET prevId = #{prevId} WHERE id = #{id}; | |
UPDATE doc SET siblingId = #{id} WHERE id = #{prevId}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment