S
S
stepan-neretin72019-01-26 17:56:47
PHP
stepan-neretin7, 2019-01-26 17:56:47

How to do SELECT * FROM ID IN() Readbean php?

#ReadBeanPHP
array (size=3)
0 => string '111222' (length=6)
1 => string '123456' (length=6)
2 => string '654321' (length=6)
There is such an array how to make a request of type
SELECT * FROM products where article in(111222,123456,654321);
The standard load is apparently not an option, since it searches by id, but I need it by article

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arthur K., 2019-01-26
@amark

and what, exactly, is the question?
turn an array into a string? — implode

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question