The addition of SQL Macros in Oracle 21c (and some aspects back ported to 19c versions) were an excellent addition to DB developer’s tool sets. They allow us to factor out common SQL expressions and statements into reusable, parameterized constructs that can be used in other SQL statements. Giving capabilities like parameterized views or better … Continue reading SQL MACROs + WITH Clauses = Prohibited!!