25Aug
By: Steven Feuerstein On: August 25, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

Table 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 more
18Aug
By: Steven Feuerstein On: August 18, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

Steven explores how to select not from a table or a view but a function. More specifically, from a table function.

Read more
11Aug
By: Steven Feuerstein On: August 11, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

The returning into clause is one of the best examples of the tight integration between SQL and PLSQL. Steven Feuerstein explains.

Read more
04Aug
By: Steven Feuerstein On: August 4, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

Steven dives into the PL/SQL function sqlerrm in this week's episode of Feuertips

Read more
29Jul
By: Steven Feuerstein On: July 29, 2021 In: APEX Developer Solutions, Feuertips Comments: 0
21Jul
By: Steven Feuerstein On: July 21, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

In this episode of Feuertips, Steven talks about one very special and unusual PL/SQL package, called STANDARD.

Read more
14Jul
By: Steven Feuerstein On: July 14, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

When 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
07Jul
By: Steven Feuerstein On: July 7, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

#sqlcode returns the current error code. Ah, but that simple functionality can hide so many interesting little facts.

Read more
30Jun
By: Steven Feuerstein On: June 30, 2021 In: APEX Developer Solutions, Feuertips Comments: 1

In this episode, Steven dives into the challenge of handling exceptions that occur when you run a forall statement.

Read more
23Jun
By: Steven Feuerstein On: June 23, 2021 In: APEX Developer Solutions, Feuertips Comments: 0

Collections are PL/SQL's version of arrays. Steven talks about ways you can, should, shouldn't iterate through the contents of collections.

Read more