In the query mentioned above TD is not supporting Dynamic column.
END AS 'REVENUE-'||CAST(CAST(DATE AS FORMAT 'YYYYMM')AS CHAR(6))
Its giving an error saying :
SELECT Failed, 3707; Syntax error, expected something like name or a Unicode delimited identifier between the 'AS' keyword and the string 'R' keyword.
In the query mentioned above TD is not supporting Dynamic column.
END AS 'REVENUE-'||CAST(CAST(DATE AS FORMAT 'YYYYMM')AS CHAR(6))
Its giving an error saying :
SELECT Failed, 3707; Syntax error, expected something like name or a Unicode delimited identifier between the 'AS' keyword and the string 'R' keyword.