There is one column 'area' where data in this columns like
row1) 11,2
row2) 2
row3) 3,5
row4) 5,6
i passed 2,3 from Pages i want to display those records whose values r in 2,3
it should display row1, row2, row3
thanx in adv.
If you are using Oracle,
you can filter using Regular Expressions REGEXP function library