id | c0 | c1 | username | version | is_deleted |
---|---|---|---|---|---|
1 | old0 | old1 | Eric | 1 | f |
2 | old2 | old2 | Eric | 1 | f |
Created
September 2, 2022 03:29
-
-
Save unknowntpo/0f7784df5d7d409f7f2ee9bf4b1f8c00 to your computer and use it in GitHub Desktop.
db_version_control.version_2_of_data
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
-- select active data with version == 2 | |
select * from data where version = 2 and is_deleted = false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment