sqlite - Query field text which is part from a longer text -
i have table productname , prductid
productname | productid | 1 b | 3 c | 7 d | 8
i have text string product list string = "1,8,7". need sqlite search statement return records has productid 1 ,8 , 7 , ie return records a,c,d.
Comments
Post a Comment