Answer the question
In order to leave comments, you need to log in
Is it possible to unload from the database all the records contained in the specified row?
Task:
We have the string "foobar".
There is a DB:
id, value
1, foo
2, bar
3, lol
It is necessary to find in a DB all records which contain in the specified line. That is, the result should be lines 1 and 2.
It is clear that you can unload all the lines and then preg_match. Is there a method built into mysql?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question