Using APEX_STRING.SPLIT in SQL
Finding matches in delimited strings and much more...
Mar 15, 20263 min read154
Search for a command to run...
Articles tagged with #sql
Finding matches in delimited strings and much more...
Hierarchical / recursive queries are amazing…but can get slow with highly nested data sets.

This started out as just a quick task of writing a SQL statement to compare two tables, but ultimately defined an approach for doing full outer joins.
