Answer the question
In order to leave comments, you need to log in
Why is Sql query with WHERE not working as expected?
Why is PDO sql query not working as expected?
Need to get all records from a table with an empty field text
$db->query("SELECT * FROM `textes` WHERE `text`=FALSE ");
#doesn't return anything
$db->query("SELECT * FROM `textes` ");
#displays all records from the table
Maybe the syntax is wrong?
Answer the question
In order to leave comments, you need to log in
I'll put in my 5 cents:
those that are null and those that are just empty.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question