I have a Presto SQL Query that I need to make a column alias out of a text string:
SELECT column1, column2 AS CAST(column3[0] AS ???)
But I a