I am using SQL query to get a specific user from the table, however, I am running into the issue where the postgresql is telling me that the column does not exist. It is a simple query statement that looks like this:
SELECT username FROM userlogins WHERE username = "[email protected]";
The ERROR: column "[email protected]" does not exist