I am trying to query the MySQL database with the following syntax
SELECT id, codigo, faca, descricao, vendedor, imagem
FROM produtos
WHERE sit = 1
AND descricao = ESTE
Until this part it works perfectly: SELECT id, codigo, faca, descricao, vendedor, imagem FROM produtos WHERE sit = 1
But the query has the following error when I put the last part of the code: #1054 - Coluna 'ESTE' desconhecida em 'where clause'