Skip to content

Instantly share code, notes, and snippets.

@ogiovannyoliveira
Created April 2, 2025 02:46
Show Gist options
  • Save ogiovannyoliveira/98086e943121adc806c162660003d9d5 to your computer and use it in GitHub Desktop.
Save ogiovannyoliveira/98086e943121adc806c162660003d9d5 to your computer and use it in GitHub Desktop.
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