Forum Moderators: open
SELECT * FROM table_name WHERE (EMAIL='email@domain.com', password='password');
And it gives me this error:
Operand should contain 1 column(s)
What does this mean, exactly? I've searched google, but the pages go way over my head, it seems. I'm trying to return all the columns...like 15 total of this unique row. How can I fix this? Any help at all would be greatly appreciated.