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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -