Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created December 16, 2017 16:04
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 ztirom/e39fa96233d4d085d9f1e4f457e7712f to your computer and use it in GitHub Desktop.
Save ztirom/e39fa96233d4d085d9f1e4f457e7712f to your computer and use it in GitHub Desktop.
GET table name for table id
/* GET table name for table id */
SELECT NAME
FROM SQLDICTIONARY
WHERE TABLEID = 9669 AND FIELDID = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment