Can somebody tell me how to insert a sequence in teradata table.
I tried to use csum() for this insert. It did not work.
CSUM() I can use when selecting data from an other table. But in this case I am inserting new rows in a table and want to add a unique seq no each time a row inserts into this table.
thanks
I tried to use csum() for this insert. It did not work.
CSUM() I can use when selecting data from an other table. But in this case I am inserting new rows in a table and want to add a unique seq no each time a row inserts into this table.
thanks