|
|
| XP is just a number | |
| PerlMonks |
Re: Perl Query Locks A MsSQL Databaseby RichardK (Deacon) |
| on Jan 23, 2013 at 19:29 UTC ( #1015004=note: print w/ replies, xml ) | Need Help?? |
|
Why do it as two queries? Isn't it possible to do it with just one update? update table set field_2 = field_1 where field_4 = 'foo' and field1 != field_2;Or am I missing something?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||