WalterHeisenberg
Technical User
- Mar 28, 2008
- 159
Hello,
I'm hoping someone could help me out. Basically, I have been asked to run an update command for a client changing thousands of flags from off to on. The problem is, I've never used pSQL, in fact, I don't even own it! Is the syntax much different than MS-SQL? I plan to use:
If someone could confirm the syntax I'd greatly appreciate it. Thank you in advance.
I'm hoping someone could help me out. Basically, I have been asked to run an update command for a client changing thousands of flags from off to on. The problem is, I've never used pSQL, in fact, I don't even own it! Is the syntax much different than MS-SQL? I plan to use:
Code:
update table set field = 'on' where field = 'off'
If someone could confirm the syntax I'd greatly appreciate it. Thank you in advance.