Hi Subbu,
you just have to add this condition to the query i posted in:
developer.teradata.com/blog/dnoeth/2013/07/how-to-spell-a-numeric-value-in-english-words#comment-65238
update tab as t
set col3 = (select col3 from tab as t2
where t2.col2 = t.col2
and t2.col1 = t.col1+1)
Hi Subbu,
you just have to add this condition to the query i posted in:
developer.teradata.com/blog/dnoeth/2013/07/how-to-spell-a-numeric-value-in-english-words#comment-65238
Dieter