M
marfi95
Hi all,
I need to scrub some data prior to shipping it off to a vendor for
them to debug their code. I want to update all the rows in the table
with the rownumber as part of the data. I know in Oracle, for
example, I can use rownum.
So, for example, for my name field, I want to use Name1, Name2,
Name3 ....NameXXX.
How do I write an update statement that will update the column to
include the row number in the data ?
Many thanks !
Mark
I need to scrub some data prior to shipping it off to a vendor for
them to debug their code. I want to update all the rows in the table
with the rownumber as part of the data. I know in Oracle, for
example, I can use rownum.
So, for example, for my name field, I want to use Name1, Name2,
Name3 ....NameXXX.
How do I write an update statement that will update the column to
include the row number in the data ?
Many thanks !
Mark