The following example selects the job title for the current authorized user:
SELECT JobTitle FROM Employee WHERE Name = CURRENT_USER;
The following example selects the job title for the current authorized user:
SELECT JobTitle FROM Employee WHERE Name = CURRENT_USER;