I have an sql statement that looks like this:
SELECT name FROM companies WHERE name = government;
But then the error says this: Unknown column 'government' in 'where clause',
But anyway, why is this happening? I've been stuck on it for 30 minutes and simply putting SELECT name FROM companies
will work (no error).