Hi all
Hopefully a quick one for you: I've used SQL Server 2000 before and the equivelent of what I need to do in Teradata's SQL Assistant would have gone like this in SQL Server:
select COLUMN_A, "Help me" as Column_B
So this would have inserted a new column called COLUMN_B and put the value "Help me" into every row in column b, right?
How do I do this in SQL Assistant? I've tried using single quotation marks, double quotation marks, brackets (and a combination of all three), case statements but with an error every time.
Please help me?!
Many thanks
Richard
Hopefully a quick one for you: I've used SQL Server 2000 before and the equivelent of what I need to do in Teradata's SQL Assistant would have gone like this in SQL Server:
select COLUMN_A, "Help me" as Column_B
So this would have inserted a new column called COLUMN_B and put the value "Help me" into every row in column b, right?
How do I do this in SQL Assistant? I've tried using single quotation marks, double quotation marks, brackets (and a combination of all three), case statements but with an error every time.
Please help me?!
Many thanks
Richard