Where Clause SQL - DSS condition is a column

Options
Noah
Noah Registered Posts: 33 ✭✭✭✭

I have this query set up:

SELECT *
FROM "dbo"."Table"
where "COLUMN = "Value"

I get this Validation failed: Query failed: Invalid column name 'Value'.

Why does the DSS think I am saying where column = column

Answers

Setup Info
    Tags
      Help me…