S
Steve Richter
in sql server, how do I specify the column heading of a column? That
is a column heading other than the column name.
in the little sql I know, in the SQL on the IBM AS400, the following is
permitted:
Example 1: Enter a label on the DEPTNO column of table DEPARTMENT.
LABEL ON COLUMN DEPARTMENT.DEPTNO IS 'DEPARTMENT NUMBER'
thanks,
-Steve
is a column heading other than the column name.
in the little sql I know, in the SQL on the IBM AS400, the following is
permitted:
Example 1: Enter a label on the DEPTNO column of table DEPARTMENT.
LABEL ON COLUMN DEPARTMENT.DEPTNO IS 'DEPARTMENT NUMBER'
thanks,
-Steve