Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update syntax for pSQL

Status
Not open for further replies.

WalterHeisenberg

Technical User
Mar 28, 2008
159
0
0
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:

Code:
 update table set field = 'on' where field = 'off'

If someone could confirm the syntax I'd greatly appreciate it. Thank you in advance.
 
That syntax looks right. I would suggest trying what you are trying then post any errors (along with the specific version of PSQL you are using).
The full syntax is available at Pervasive's web site:

Mirtheil
Certified Pervasive Developer
Certified Pervasive Technician
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top