Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question