I am trying to select all rows that have "helloworld" in "category" column. Here is my query:
SELECT * FROM `commands` WHERE `category` = `helloworld`
I get this error:
Unknown column 'helloworld' in 'where clause'
I would appreciate any help.