Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeNotes
BIGINTId of a project

Examples

Code Block
languagesql
titleComparison of name and converted id
SELECT NAME, AUX.ASPROJECTNAME(ID) FROM PROJECTS LIMIT 4

...