My simple WHERE query is not working. It says column "Exception" does not exist, but the column it type, that is only a value.
SQL Query:
select * from logs
where type = "Exception"
My simple WHERE query is not working. It says column "Exception" does not exist, but the column it type, that is only a value.
SQL Query:
select * from logs
where type = "Exception"
As S-Man commented the answer is:
"
characters are for column names. You have to use '
characters.