I have a problem when I execute this query:
SELECT 'preg', 'respA', 'respB', 'respC', 'respD', 'respV', 'subTema'
FROM comun
WHERE 'id' = 3
In the table id is of type INT.
PHPMyAdmin says that the query is correct but returns 0 rows and the table has 4 rows. What is the error?
Thank you very much!