Details
-
Task
-
Resolution: Fixed
-
Major
-
7.1.2
-
None
-
DOC-2022-S24, DOC-2022-S25, DOC-2023-S1, DOC-2023-S2, DOC-2023-S3, DOC-2023-S4, DOC-2023-S5, DOC-2023-S6, DOC-2023-S7, DOC-2023-S8, DOC-2023-S25
-
0
Description
We should document the following 2 N1QL Miscellaneous Utility Functions in our documentation here
- VERSION() — returns SQL++ version
Example:
SELECT VERSION() as language_version; |
Output:
[
|
{
|
"language_version": "7.1.1-N1QL"
|
}
|
]
|
Example:
SELECT DS_VERSION() as server_version; |
Output:
[
|
{
|
"server_version": "7.1.1-3175-enterprise"
|
}
|
]
|
Attachments
Issue Links
- relates to
-
DOC-11661 NODE_UUID function
- Resolved