We recently converted our data into a teradata warehouse and off of a SQL Server. Code I had written prior to the conversion using Transact SQL utilized the Declare function in order to utilize variables. Ex. Declare @name varchar[10], where @name was a variable. I then could assign a value to the variable using Set @name = 'Michael'. I am trying to accomplish the same thing using teradata and am having severe troubles. Does anyone know a work around in teradata that would be similar to the Declare statement. Keep in mind that I do not have Create Table privileges to create a table of variables. Any help you can give me would be appreicated. Thank you.
Michael Minor
Michael Minor