Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This function converts project id from to its name. With this function you can limit joins to Table PROJECTS in your query for presentation purposes.It takes one parameter:

TypeNotes
BIGINTId of a project

Examples

SELECT NAME, AUX.ASPROJECTNAME(ID) FROM PROJECTS LIMIT 4


  • No labels