SQL Language (MOSC)

MOSC Banner

searching for extended characters in a CLOB -

edited Feb 5, 2019 4:00AM in SQL Language (MOSC) 7 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center