Skip to content

Using bad column names #23

@DanceParty

Description

@DanceParty

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions