Created
April 2, 2025 02:46
-
-
Save ogiovannyoliveira/98086e943121adc806c162660003d9d5 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
SELECT * FROM categories | |
ORDER BY | |
array_position( | |
ARRAY[ | |
--- ids | |
]::uuid[], | |
categories.id | |
), | |
name ASC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment