Skip to content

Instantly share code, notes, and snippets.

@YiLi225
Created March 11, 2020 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YiLi225/0cbb92a1986e2163f4837adf192552b4 to your computer and use it in GitHub Desktop.
Save YiLi225/0cbb92a1986e2163f4837adf192552b4 to your computer and use it in GitHub Desktop.
SELECT
*
FROM
CURRENT_TABLE DAT
WHERE
ID_VAR IN ('ID_LIST')
ORDER BY ID_VAR, SEQ_VAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment