Hi friends,
Can anyone guide me on this.
Just assume i have table name "Alphabet" and a field name "Name".
Inside the table contains:
Name
A(1st row)
B(2nd row)
C(3rd row)
and i wana update
A -> D
B -> E
C -> F
How is it possible to do using one single SQL?
I really appreciate your reply.
Thanks guys.
Can anyone guide me on this.
Just assume i have table name "Alphabet" and a field name "Name".
Inside the table contains:
Name
A(1st row)
B(2nd row)
C(3rd row)
and i wana update
A -> D
B -> E
C -> F
How is it possible to do using one single SQL?
I really appreciate your reply.
Thanks guys.
Comment