Hi Everyone,
I struck with one logic, please help me.
Scenario: I have one internal table, it has around 10K records. like below table
SNo | Product Sold | Product Description |
---|---|---|
01 | SNI | Snicker |
02 | KIT | Dairy Milk |
. | . | . |
70000 | KIT | Dairy Milk |
I need to Replace KIT with Kit Kat. I used Loop to change the values. But I am expecting optimize way.
/Siva M