Fraud Blocker

Oracle NVL function

Oracle/PLSQL NVL function allows you to replace the value when there is a Null value….

Continue Reading

It does matter what the column order is in PostgreSQL.

Recently, I came across some really broad tables with hundreds of columns in a database that was not particularly well organized. Our PostgreSQL suppo…

Continue Reading

Oracle SQLCODE function

The SQLCODE function returns the error number associated with an exceptional situation. This function can only be used in the exception handling secti…

Continue Reading

Oracle NVL2 function

Oracle/PLSQL NVL2 function extends the functionality of the NVL function. It replaces the value when a Null value is encountered and also when a non-N…

Continue Reading

POSTGRESQL V14’S BETTER SQL FUNCTIONS

Let’s create a simple example of an SQL function with the “classical” syntax so that we have some material for demonstrations:

CREATE EXTENSION unacc…

Continue Reading

Thank you, the form has been submitted.