Various sources (eg Wikipedia, PSOUG) state that Oracle's null does not have a type. Is this true?
What about other RDBMSs?
|
|
|
Oracle: The
|
|||||
|
|
SQL Server, int
MySQL, binary(0)
|
|||||||||||
|
|
Oracle it is in some sense some string type. Thats what ADO Reader tells me. here is a Powershell Script:
That gives
Note the line ProviderSpecificDataType : System.Data.OracleClient.OracleString |
|||
|
|
|
postgres:
|
||||
|
|