-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Maybe this is more of a general JavaScript question, I am not sure?
Regardless, I have a column named 'Property Status' and 'Application ID' and I am getting an error when I run the query due to the spaces I assume (syntax related error).
This is the query:
"update Property set Property Status=@status where Application ID=@applicationId"
Is there anyway around this?
Thanks!
edit: I have tried using the ${variable_name}
syntax but this did not solve the problem.
Metadata
Metadata
Assignees
Labels
No labels