23ai New Feature - Boolean Data Type
(Doc ID 3002488.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Standard Edition - Version 23.4 and laterOracle Database - Enterprise Edition - Version 23.4 and later
Information in this document applies to any platform.
Goal
NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
Oracle database 23ai introduced the Boolean data type to SQL.
We can define Boolean data types using the BOOLEAN keyword.
Boolean types can be assigned values in several ways.
For more details, see document:
Oracle Database Release 23 SQL Language Reference Boolean Data Type
https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/Data-Types.html#GUID-285FFCA8-390D-4FA9-9A51-47B84EF5F83A
https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/Data-Types.html#GUID-285FFCA8-390D-4FA9-9A51-47B84EF5F83A
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 |