Continuing Steven's series on table functions, Chris Saxon of Oracle AskTOM fame drops by to talk about a fantastic, new Oracle Database feature: SQL macros.
Read moreTable functions are wonderful but "typical" tools. In this episode Steven explore a special, strange and delightful version of table functions, called pipelined table functions.
Read moreSteven explores how to select not from a table or a view but a function. More specifically, from a table function.
Read moreThe returning into clause is one of the best examples of the tight integration between SQL and PLSQL. Steven Feuerstein explains.
Read moreSteven dives into the PL/SQL function sqlerrm in this week's episode of Feuertips
Read moreIn this episode of Feuertips, Steven talks about one very special and unusual PL/SQL package, called STANDARD.
Read moreWhen invoking procedures and functions, you can specify arguments for parameters in two different ways: positional and named. In this Feuertip, I will explore the benefits of named notation, aka, =>.
Read more#sqlcode returns the current error code. Ah, but that simple functionality can hide so many interesting little facts.
Read moreIn this episode, Steven dives into the challenge of handling exceptions that occur when you run a forall statement.
Read more