Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CN/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
** xref:master/oracle_compatibility/compat_empty_string_to_null.adoc[18、空字符串转null]
** xref:master/oracle_compatibility/compat_call_into.adoc[19、CALL INTO]
** xref:master/oracle_compatibility/compat_read_only_view.adoc[20、视图只读]
** xref:master/oracle_compatibility/with_function_procedure.adoc[21、WITH FUNCTION/PROCEDURE]
* 容器化与云服务
** 容器化指南
*** xref:master/containerization/k8s_deployment.adoc[K8S部署]
Expand Down Expand Up @@ -92,6 +93,7 @@
**** xref:master/compatibility_features_design/empty_string_to_null.adoc[空字符串转null]
**** xref:master/compatibility_features_design/call_into.adoc[CALL INTO]
**** xref:master/compatibility_features_design/read_only_view.adoc[视图只读]
**** xref:master/compatibility_features_design/with_function_procedure_impl.adoc[WITH FUNCTION/PROCEDURE]
*** 内置函数
**** xref:master/oracle_builtin_functions/sys_context.adoc[sys_context]
**** xref:master/oracle_builtin_functions/userenv.adoc[userenv]
Expand Down
4 changes: 3 additions & 1 deletion CN/modules/ROOT/pages/master/about_ivorysql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ IvorySQL是一个功能强大的开源对象关系数据库管理系统(ORDBMS)
* 嵌套子函数
* sys_guid 函数
* 空字符串转null
* CALL INTO
* CALL INTO
* 视图只读
* WITH FUNCTION/PROCEDURE
Loading
Loading