How I can make an update to a register from a select query?I have this
update table1 set r1=(select r1+1 from table1);
I don't knok how to do this, please help!
Thanks Mauricio Alarcon