chrissaxon.co.uk
Like puzzles?
Try #SQuizL
A free, daily guess-the-SQL statement quiz
You have up to six attempts to complete the statement on the top left using the fragments below
There's a new statement to guess at every day at midnight UTC
Play now at buff.ly/Myg8265
Like puzzles?
Try #SQuizL
A free, daily guess-the-SQL statement quiz
You have up to six attempts to complete the statement on the top left using the fragments below
There's a new statement to guess at every day at midnight UTC
Play now at buff.ly/Myg8265
#SQL assertions
These enable you to create cross row, cross table constraints with SQL standard syntax
CREATE ASSERTION … CHECK (
[ NOT ] EXISTS (
)
@toonkoppelaars.bsky.social explains at #DOAG2025
#SQL assertions
These enable you to create cross row, cross table constraints with SQL standard syntax
CREATE ASSERTION … CHECK (
[ NOT ] EXISTS (
)
@toonkoppelaars.bsky.social explains at #DOAG2025
You can connect to it from VS Code or any other client with SQL*Net
#DOAG2025
You can connect to it from VS Code or any other client with SQL*Net
#DOAG2025
practicaldatamodeling.substack.com/p/how-to-sel...
practicaldatamodeling.substack.com/p/how-to-sel...
GraphQL in Oracle Database 23ai/26ai
oracle-base.com/articles/23/...
@OracleDatabase #database #26ai
GraphQL in Oracle Database 23ai/26ai
oracle-base.com/articles/23/...
@OracleDatabase #database #26ai
oracle-base.com/articles/26/...
@OracleDatabase #database #26ai
oracle-base.com/articles/26/...
@OracleDatabase #database #26ai
📣 A long overdue post on What's #New for #Developers in #Oracle #AI #Database 23.26.0
📣 A long overdue post on What's #New for #Developers in #Oracle #AI #Database 23.26.0
This week, we have a lot of #technical #details for #Oracle #Database, #OCI and Oracle #Linux
Happy reading!
RESETTABLE Clause to in Oracle AI Database 26ai
oracle-base.com/articles/26/...
@OracleDatabase #database #26ai
RESETTABLE Clause to in Oracle AI Database 26ai
oracle-base.com/articles/26/...
@OracleDatabase #database #26ai
1st Stelios Vlasopoulos
2nd Mahamoutou
3rd Karel_Prech
🍾🏆👏
Well done to all who took part
Think you know more about Oracle #SQL?
Take the Weekly Database quiz at devgym.oracle.com/pls/apex/f?p...
1st Stelios Vlasopoulos
2nd Mahamoutou
3rd Karel_Prech
🍾🏆👏
Well done to all who took part
Think you know more about Oracle #SQL?
Take the Weekly Database quiz at devgym.oracle.com/pls/apex/f?p...
danischnider.wordpress.com/2025/10/24/q...
danischnider.wordpress.com/2025/10/24/q...
SELECT emperor FROM japan AS OF PERIOD FOR meiji_era DATE '1868-10-23'
This uses the temporal period meiji_era to find rows active on the date passed
Today's seems challenging too - can you guess it?
devgym.oracle.com/pls/apex/f?p...
SELECT emperor FROM japan AS OF PERIOD FOR meiji_era DATE '1868-10-23'
This uses the temporal period meiji_era to find rows active on the date passed
Today's seems challenging too - can you guess it?
devgym.oracle.com/pls/apex/f?p...
Shout out to @richard.fichtner.dev for the great idea!
Shout out to @richard.fichtner.dev for the great idea!
🤖 🗺️ 📣 Including #OracleAIWorld coverage!
🎉 🎉 🎉 Lots and lots of amazing #announcements from last week
🤓 Blog posts for #geeks, and more
📖 Don't wait, READ NOW!
🤖 🗺️ 📣 Including #OracleAIWorld coverage!
🎉 🎉 🎉 Lots and lots of amazing #announcements from last week
🤓 Blog posts for #geeks, and more
📖 Don't wait, READ NOW!
Cartesian products
UNION
Non sargable filters (can’t use indexes)
You can use this to find queries in the cursor cache which you may be able to improve
Cartesian products
UNION
Non sargable filters (can’t use indexes)
You can use this to find queries in the cursor cache which you may be able to improve
SELECT AI
e.g.
SELECT AI what are the top 10 movies
Michelle Malcher demos and gives example use cases for it #AIWorld
SELECT AI
e.g.
SELECT AI what are the top 10 movies
Michelle Malcher demos and gives example use cases for it #AIWorld
Read more here:
mikedietrichde.com/2025/10/14/o...
Read more here:
mikedietrichde.com/2025/10/14/o...
From the SQL standpoint it's worth mentioning that is has got the QUALIFY clause:
I bet this starts an avalanche (there are already PostgreSQL patches).
modern-sql.com/caniuse/qual...
¹ 26ai is the marketing version, 23.26.0 is the technical version.
From the SQL standpoint it's worth mentioning that is has got the QUALIFY clause:
I bet this starts an avalanche (there are already PostgreSQL patches).
modern-sql.com/caniuse/qual...
¹ 26ai is the marketing version, 23.26.0 is the technical version.