How to search for the exact string with INLIST() function, I used SET EXACT ON also but it does't work with the INLIST(). I used,<br>SELECT * FROM EMP where INLIST(Dept, "R1", "R2", "R5"<br>it returns all the records having starting value as "R"<br>ie all the departments starting with "R". example R1-R10