Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

16
  • I tried your code but error message is the same. Commented Apr 30, 2020 at 9:50
  • @BanuAkkus Did you look at the working demo on db<>fiddle? What exactly did you try? Commented Apr 30, 2020 at 15:13
  • I looked your demo on db<>fiddle. I changed my query as "select name from testtable1 WHERE name LIKE '%a%' COLLATE "tr-TR-x-icu" Error message is the same. Commented Apr 30, 2020 at 17:46
  • @BanuAkkus Is that the only query running? Is that the entire query or is there another LIKE clause? The COLLATE clause is per each predicate / condition. Commented Apr 30, 2020 at 18:12
  • Yes, there is only one query. I am testing on test environment. If I solve "LIKE" issue, I will use on production. Commented Apr 30, 2020 at 18:26