In the following SQL expression:
SELECT
1,
myField,
myField+1
FROM
myTbl
The third column is often referred to as an “operator expression”. Is there a name for the type of expression in the first column (a literal) or second column (a variable/identifier)?