Skip to content

Commit cb2b2a2

Browse files
.
1 parent 1ff92c9 commit cb2b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user/quick-sql-grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ setting to override this default.
271271
**Possible Values**: `11g`, `12c`, `19c`, `21c`, `23c`
272272
**Default Value**: `19c`
273273

274-
Specifies the database version the syntax should be compatible with. Only major version number is significant (and the postfix, such as "c", "ai" is ignored). Therefore, 21, 21ai, and 23.1.1 are all legitimate values.
274+
Specifies the database version the syntax should be compatible with. The version string is reduced to major version number. Therefore, 23, 23c, 23ai, and 23.1.1 are all legitimate values equivalent to 21.
275275

276276
### drop
277277

0 commit comments

Comments
 (0)