Hello,
Assume column study_ID has value like '25:28:29', or '27:28:29' , then I need to get the row value with column A has value of 25. I tried to use Contains, such as "where otherConditions and contains(TBL_MASTER_CONTACT.study_ID,'25',1)>0 ", then it complains about "-10599: column is not indexed" even after I created index on the column. Any clue here? Thanks.