Search results

  1. S

    How do you escape GO

    I just attempted to update an address in one of our company's database tables. The query looked like this: UPDATE PUB.EST_ADDRESS SET pAddress = '39 E Chicago Ave.' WHERE ID = '[id]' This query updated all my PUB.EST_ADDRESS.pAddress to "39 E Chica". How in world do you update/insert anything...
  2. S

    Reserved word Column Name, how do I select

    Thank you to any that may have replied to my query. I've found the answer among the other threads. In looking at my first post, I even put the answer in the post. I only needed to surround the field with double quotes. Steve -- Learning as we grow :awink:
  3. S

    Reserved word Column Name, how do I select

    Hello all, I'm new to Progress, coming from M$ SQL world. Liking it so far, but have stumbled upon a problem I can't seem to figure out. I know it's gotta be a no brainer, but right now, I have no brain. I am trying to do a simple, and I do mean simple, select statement on a table. One of the...
Back
Top