Case and Accent-Insensitive String Comparisons in Oracle Using Collations
Sometimes, when comparing strings in Oracle, we want to ignore whether the text is in uppercase or lowercase, or whether it includes accent marks. For that, Oracle provides a feature called COLLATE, which can be applied at the table, session, or quer...
tomeofapex.hashnode.dev2 min read