Tuesday, November 07, 2017

Writing Conditional Logic in PL/SQL

DZone Database Zone
Writing Conditional Logic in PL/SQL
Writing Conditional Logic in PL/SQL

PL/SQL offers a number of options when it comes to writing conditional logic, as in variations on "if this, then that." This post reviews them and provides examples.

You can choose from the following:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...