PROFILE
Purpose
Returns the current profile for the session or NULL if none.
Syntax
ANSI Compliance
This is a Teradata extension to the ANSI SQL:2011 standard.
Result Type and Attributes
The data type, format, and title for PROFILE are as follows:
Data Type |
Format |
Title |
VARCHAR(30) CHARACTER SET UNICODE |
X(30) |
Profile |
Example
You can identify the current profile for the session with the following statement:
SELECT PROFILE ;