Posted on Thursday, 26th March 2009 by Balazs
PostgreSQL and DB2 use different styles of conventions to represent NULL. In PostgreSQL, the convention is to have “N” in the data to be loaded with the COPY command. In DB2, the LOAD command can be set to consider and empty field as NULL. Thus, to convert from DB2 to POstgreSQL style [...]
Tags: DB2, IBM, PostgreSQL
Posted in DB2 | Comments (Comments)