Hi friends,
Here i am having a table, where status (initially progress) is a column in it. I need to update the status column into "success".
Shall i write a query like this?
Update "tablename" set status='success' where status='progress'
Why i'm asking means? here the update and its where condition are checking the same column.
Is it correct? Please clarify my doubt..
Thanks in Advance, Praveen J