sql - Oracle 10g: column is blank, but is not null or an empty string -


i have column in table blank. weird thing not appear null or empty string. so, if this:

select *    table   column null 

...or:

select *    table   column = '' 

i nothing. thoughts?

issue query:

select column, dump(column, 1016) table 

it'll show exact contents.

related: oracle not allow empty strings; they're silently converted null.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -