Can someone help me figure out what i am doing wrong in my SELECT statement?
SELECT *
FROM group
WHERE login = 'admin'
My error is:
right syntax to use near 'group WHERE login = 'admin'' at line 1
It should fail but because of the fact that admin is not in the database but when I plug in data that is in the database it still fails.