Answer the question
In order to leave comments, you need to log in
How to get from the database ALL values of column "A" WHERE "B" = "far"?
There is something similar: SELECT А FROM table WHERE В = far
This query produces only 1 matching row.
How to get everything?
Answer the question
In order to leave comments, you need to log in
Most likely only one line and matches the condition, or alternatively you are using the wrong function to get the result, try PDO fetchAll or fetch_all
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question