N
N
Nikita Nafranets2015-12-09 23:59:46
MySQL
Nikita Nafranets, 2015-12-09 23:59:46

Bulk keyword search in Mysql?

I have a table with many columns. I need the search to go by def. keyword column. Let's say that column says 0001, 0002 ... 0010 in each line, I enter 0002, 0006, 0007 and it displays lines that contain these values. How to do this in a phpmyadmin request?
PS I just want to check the existence of such data in this way. But there is a lot of data and it takes a long time to check one by one. Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
romy4, 2015-12-10
@Dimensi

field in ('0002', '0006' ... )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question