Skip to content

Instantly share code, notes, and snippets.

@ehatricksmith
Created November 22, 2022 03:59
Show Gist options
  • Save ehatricksmith/0093e072f39e5ec6f0d31c9c01f54af2 to your computer and use it in GitHub Desktop.
Save ehatricksmith/0093e072f39e5ec6f0d31c9c01f54af2 to your computer and use it in GitHub Desktop.
/* @name getFileById */
SELECT *
FROM dovetail.file
WHERE id = :id!;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment