Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Maybe then it would be worth making a request like this - where users.id = 0 OR users.id = comments.author
?
so or:
SELECT * FROM comments c
LEFT JOIN users u ON u,id = c.author
SELECT * FROM comments c
LEFT JOIN users u ON u,id = c.author
I tried to import, chose the desired file, everything is ok.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question