Saturday, April 21, 2018

ODI 11g: Implementing Loops

DZone Database Zone
ODI 11g: Implementing Loops
ODI 11g: Implementing Loops

While using ODI to implement your ETLs, you may need to have loops. Let’s look at some examples where I will implement loops that will iterate n times (for loops) and loops that will iterate while they ensure the condition (while loops).

For Loop

In programming, we implement for loop as follows:

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...