Pseudocolumns
GaussDB is compatible with sequence and rownum pseudocolumns. Other pseudocolumns are not supported.
Hierarchical Query Pseudocolumns
No. |
Oracle Database |
GaussDB |
---|---|---|
1 |
connect_by_iscycle |
Supported. |
2 |
connect_by_isleaf |
Supported. |
3 |
LEVEL pseudocolumn |
Supported. |
Sequence Pseudocolumns
No. |
Oracle Database |
GaussDB |
Difference |
---|---|---|---|
1 |
currval |
Supported, with differences. |
It is implemented as a function in GaussDB. The call mode is compatible with Oracle Database. |
2 |
nextval |
Supported, with differences. |
It is implemented as a function in GaussDB. The call mode is compatible with Oracle Database. |
ROWNUM Pseudocolumn
No. |
Oracle Database |
GaussDB |
Difference |
---|---|---|---|
1 |
rownum |
Supported, with differences. |
When Oracle Database uses rownum in the left, right, and full join conditions for filtering, the performance varies according to the conditions. The rownum condition may be ignored or partially ignored. However, GaussDB filters the results after left, right, and full join. |
XMLDATA Pseudocolumn
No. |
Oracle Database |
GaussDB |
---|---|---|
1 |
xmldata |
Not supported. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot