Tag: IBM

Community

Using Coalesce

The arguments are evaluated in the order in which they are specified, and the result of the function is the first argument that is not null. The result can be null only if all the arguments can be null, and the result is null only if all the arguments are null. The selected argument is converted, if

Community

Python and DB2 for Linux

(Patrick O’Brien) Python is a great tool to use with DB2 Version 8. It combines the ability to quickly and simply access a DB2 database with the power to perform more complex tasks that require a general-purpose programming language. You’ll learn about the Python DB2 module using the sample that shi