label
The column's label, used to identify the selected columns and to obtain query results.
For example, select a.name as label from dual, in which a.name as label is a column declaring, and label is the label.
The column's label, used to identify the selected columns and to obtain query results.
For example, select a.name as label from dual, in which a.name as label is a column declaring, and label is the label.