23ai New Feature - Extended CASE Controls
(Doc ID 3003019.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version Beta 23ai and laterOracle Database - Standard Edition - Version Beta 23ai and later
Information in this document applies to any platform.
Goal
Oracle database 23ai introduced the Extended CASE Controls.
Prior to version 23ai, using the CASE statement in PL/SQL for non-equality checks required a searched CASE statement.
However, in 23ai, it's now possible to use a simple CASE statement with a dangling predicate.
This document has a use case example of the new 23ai feature "Extended CASE Controls".
For more details, see document:
Oracle Database New Features
Extended CASE Controls
https://docs.oracle.com/en/database/oracle/oracle-database/23/nfcoa/application-development.html#GUID-D36C6074-8BDA-4B14-A2F7-74C0FB89FE86
Extended CASE Controls
https://docs.oracle.com/en/database/oracle/oracle-database/23/nfcoa/application-development.html#GUID-D36C6074-8BDA-4B14-A2F7-74C0FB89FE86
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |