Skip to main content
Question

I'm getting incorrect syntax when running the sqlExecutor. I know the space in the column name is an issue, but i'm not sure of a work around. Wrapping it in brackets and or quotations didn't seem to work.

  • August 1, 2019
  • 1 reply
  • 2 views

spud
Participant
Forum|alt.badge.img

UPDATE Deliver

 

SET TREAT

 

WHERE TREAT

1 reply

erik_jan
Contributor
Forum|alt.badge.img+18
  • Contributor
  • August 1, 2019

If attribute names have spaces, you have to wrap them in double quotes (same for field or table names with lowercase):

UPDATE "Deliver"

 

SET "TREAT

 

WHERE "TREAT

Hope this helps.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings