select where on multiple columns
I have a data table with 60 columns and I'm trying to select columns which have "Test" in their name.I then need to select all 1.values that lie in the range 50 & -50 in Test_AB;2.values that lie in the range 100 & -100 in Test_CD;3.values that lie in the range 200 & -200 in Test_EF; and delete other rows.Is there an easy way to do this in JSL? Thanks
albiruni81