Hi !

Is the update command executed in same order that was writen in the sql
command ?
example :
UPDATE t1 SET f1 = f2, f2 = 'xxxx' WHERE ....
Is garanted that with this command f1 will have the value of f2 BEFORE f2
receive value xxx ?
I need to save the value of f2 than update f2, but
I'm not shure that this may be done with only one sql command ...

Thanks

Rubens Jr.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.682 / Virus Database: 444 - Release Date: 11/05/2004


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to