Hello listers, I'm struggling with SQL statement. I want to find records that do not contain a specific character: something like : SELECT * WHERE pos("@",Col_Name) = 0 I do not know how to do this. Could you help me ? best regards, Jean-Marc