SELECT * FROM answers, user WHERE answers.user = user.user
Hello everyone!
I have two MySQL-tables answers
and user
. The table user
has a variable called user
.
Unfortunately, user
seems to be a keyword in MySQL. Can anyone please tell me where I have to put quotation marks so that it works? Unfortunately I couldnt get it running yet. Thanks!