Query Fieldname "AS"
In SQL queries, you can rename a field attribute in the query results using the "AS" keyword. For instance, "Select name AS fullname from employee". Is there a way for us to rename attribute labels in our query results like that using the "AS" (or something like it) keyword?
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.