searching for extended characters in a CLOB -
I have a table with a CLOB field and the CLOB data that contains extended characters shown in the following list: the list came from "Difference between WE8MSWIN1252 and WE8ISO8859P1 characterset (Doc ID 341676.1)"
91 = U+2018 : LEFT SINGLE QUOTATION MARK : NOT ASSIGNED
92 = U+2019 : RIGHT SINGLE QUOTATION MARK : NOT ASSIGNED
93 = U+201C : LEFT DOUBLE QUOTATION MARK : NOT ASSIGNED
94 = U+201D : RIGHT DOUBLE QUOTATION MARK : NOT ASSIGNED
95 = U+2022 : BULLET : NOT ASSIGNED
96 = U+2013 : EN DASH : NOT ASSIGNED
97 = U+2014 : EM DASH : NOT ASSIGNED
Not every CLOB field contains an extended character. Trying to figure out how to write a query to find just those records where the CLOB field contains one (or more) of these extended characters.