News

Friends,I'm trying to write a select statement that ends like this:and sc.customer_name in (DECODE(shipto,'0',sc.customer_name,shipto));The trouble is that shipto contains a comma delimted list. I ...
Free Tutorial : Performing a Unit Test of Your PL/SQL in Oracle SQL - h2Purposeh2This tutorial shows you how to perform a unit test of your PLSQL code in Oracle SQL Developer 30h2Time to ...