B
ByronB
Guest
We are using selectQuery() SELECT id FROM object WHERE field = "" Returns no rows even though there is an object with field as an empty string If we create a row with a NULL field then we can successfully return it using SELECT id FROM object WHERE field IS NULL
Continue reading...
Continue reading...