Answer the question
In order to leave comments, you need to log in
Can mySql simulate a table from a php array?
ridonly server.
It is necessary to make a banal sample for managers.
One of the table fields stores ID's, which are registered only in php:
...
array("title" => "Новая", "value" => "0"),
array("title" => "Выполнена", "value" => "1"),
Answer the question
In order to leave comments, you need to log in
SELECT * FROM T WHERE (title, value) IN(('New', '0'), ('Done', '1'));
etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question