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 = "test@email.com";
The ERROR: column "test@email.com" does not exist