"like" not working
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
"like" not working
In my filter (SQL 12.5) I use the "like" operator on one of my database fields. My data that I want is this:____ENCANA OIL AND GAS____so I did: "like" ENCANA____but it gives me no results. I would have expected "like" to mean "starts with" or "contains". So now I am not sure what it means??? ____thanks__Fred Emmerich
=> RE: "like" not working
You need to surround the text with wildcard characters for LIKE to work.__Example:____*ENCANA*____Kathleen__R&R Support