Skip to content

Commit 650bbf1

Browse files
authored
Fix missing feature summary (#32)
Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
1 parent 63c6f38 commit 650bbf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/select-without-from.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
:database-version: 23.2.0
33
:database-category: sql
44

5+
[[feature_summary]]
6+
57
You can now run SELECT expression-only queries without a FROM clause, e.g. adding `from dual` is no longer needed in such cases. The `DUAL` table has not disappeared, all queries that use it will continue to work as expected.
68

79
[source,sql]

0 commit comments

Comments
 (0)