P
P
Peter2015-09-25 19:21:51
PHP
Peter, 2015-09-25 19:21:51

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

1 answer(s)
D
Denis, 2015-09-25
@Alcospb

stackoverflow.com/questions/472063/mysql-what-is-a...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question