I want to retrieve all data where the delivery_id is equal 5 and that delivery_id is in array.How to do?.This is my problem.
my database is
sale_code seller_id product delivery_id
202108 6 some1 [5,1]
202108 4 some2 [7]
202109 5 some3 [5]
202109 4 some4 [7,1]