diff --git a/product/en/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md b/product/en/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md index 82fd61e115b29ffc4c5ac64a14b02b1c4e5f5690..61831db0b984c949796ab52b3e2a118ee8565d2f 100644 --- a/product/en/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md +++ b/product/en/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md @@ -19,7 +19,7 @@ In the function part, it mainly adds instrb, nls_charset_id, nls_charset_name, n packages are generally only used in stored procedures, and according to ORACLE data package rules, new packages are placed under the corresponding schema. The supported Oracle management packages are dbms_random, dbms_output, dbms_lock, dbms_application_info, dbms_metadata, dbms_job, dbms_utility. -For more information about the functions and the packages, please see the [whale](. /... /reference-guide/oracle-plugins/whale.md). +For more information about the functions and the packages, please see the [whale](../../developer-guide/extension/whale.md). ## Benefits @@ -27,4 +27,4 @@ MogDB's compatibility with Oracle is enhanced by using the whale extension to en ## Related Pages -[whale](../../reference-guide/oracle-plugins/whale.md), [Character Processing Functions and Operators](../../reference-guide/functions-and-operators/3-character-processing-functions-and-operators.md), [Mathematical Functions and Operators](../../reference-guide/functions-and-operators/7-mathematical-functions-and-operators.md), [Date and Time Processing Functions and Operators](../../reference-guide/functions-and-operators/8-date-and-time-processing-functions-and-operators.md), [HLL Functions and Operators](../../reference-guide/functions-and-operators/13.1-hll-functions-and-operators.md), [Window Functions](../../reference-guide/functions-and-operators/18-window-functions.md), [System Information Functions](../../reference-guide/functions-and-operators/23-system-information-functions.md) \ No newline at end of file +[whale](../../developer-guide/extension/whale.md), [Character Processing Functions and Operators](../../reference-guide/functions-and-operators/3-character-processing-functions-and-operators.md), [Mathematical Functions and Operators](../../reference-guide/functions-and-operators/7-mathematical-functions-and-operators.md), [Date and Time Processing Functions and Operators](../../reference-guide/functions-and-operators/8-date-and-time-processing-functions-and-operators.md), [HLL Functions and Operators](../../reference-guide/functions-and-operators/13.1-hll-functions-and-operators.md), [Window Functions](../../reference-guide/functions-and-operators/18-window-functions.md), [System Information Functions](../../reference-guide/functions-and-operators/23-system-information-functions.md) \ No newline at end of file diff --git a/product/en/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md b/product/en/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md index 934640aeff0d2ae2b7dc7dcb15f62310281402d0..5bc00381a9c2739458a8a04b8cbd52354c208f94 100644 --- a/product/en/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md +++ b/product/en/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md @@ -18,7 +18,7 @@ The ENUM type is a string object whose value is selected from a list of values s name VARCHAR(40), size ENUM('small', 'medium', 'large') ); - INSERT INO shirts (name, size) VALUES ('dress shirt','large'), ('t-shirt','medium'), + INSERT INTO shirts (name, size) VALUES ('dress shirt','large'), ('t-shirt','medium'), ('polo shirt','small'); SELECT name, size FROM shirts WHERE size = 'medium'; name | size diff --git a/product/en/docs-mogdb/v3.1/toc.md b/product/en/docs-mogdb/v3.1/toc.md index 2ac1413daf1e87b7a8bf3ec886d8911aa1eea382..15974c10dd0737af8bcc76155a62dbbb05ab1384 100644 --- a/product/en/docs-mogdb/v3.1/toc.md +++ b/product/en/docs-mogdb/v3.1/toc.md @@ -560,7 +560,6 @@ + [JSON-JSONB Functions and Operators](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/functions-and-operators/dolphin-json-jsonb-functions-and-operators.md) + Expressions + [Conditional Expressions](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/expressions/dolphin-conditional-expressions.md) - + [Type Conversion](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-type-conversion.md) + [DDL Syntax](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-ddl-syntax.md) + [DML Syntax](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dml-syntax.md) + [DCL Syntax](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dcl-syntax.md) diff --git a/product/en/docs-mogdb/v3.1/toc_dev.md b/product/en/docs-mogdb/v3.1/toc_dev.md index 0afa3d1adc8f7f393788437476546ad12780bcba..d1b0b6580b2ebca9a3bbf5cf1fa7cc93a43b6b32 100644 --- a/product/en/docs-mogdb/v3.1/toc_dev.md +++ b/product/en/docs-mogdb/v3.1/toc_dev.md @@ -208,7 +208,6 @@ + [JSON-JSONB Functions and Operators](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/functions-and-operators/dolphin-json-jsonb-functions-and-operators.md) + Expressions + [Conditional Expressions](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/expressions/dolphin-conditional-expressions.md) - + [Type Conversion](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-type-conversion.md) + [DDL Syntax](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-ddl-syntax.md) + [DML Syntax](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dml-syntax.md) + [DCL Syntax](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dcl-syntax.md) diff --git a/product/en/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md b/product/en/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md index d962fbe1c61c13183e1ea2fff7f889d1e1fee615..dc192f99474ccfb14b1495647d8d689763807540 100644 --- a/product/en/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md +++ b/product/en/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md @@ -21,7 +21,7 @@ Access [Kafka official website](https://kafka.apache.org/downloads) to download ### Download a Database Connector -Download a JDBC driver corresponding to the target database, such as openGauss. Access [openGauss official website](https://www.opengauss.org/zh/download.html) to download a JDBC driver corresponding to the target operating system. +Download a JDBC driver corresponding to the target database, such as openGauss. Access [openGauss official website](https://www.opengauss.org/en/download/) to download a JDBC driver corresponding to the target operating system. ![jwbsehxhqw](https://cdn-mogdb.enmotech.com/docs-media/uqbar/opengauss-jdbc-connector.png) diff --git a/product/zh/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md b/product/zh/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md index 07a526ec6a8a5bd0341475ca375442777354c853..c6df4a6e2a11f2bdf8971e7e696ddd357f187cfe 100644 --- a/product/zh/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md +++ b/product/zh/docs-mogdb/v3.1/characteristic-description/application-development-interfaces/MogDB-Oracle-compatibility.md @@ -19,7 +19,7 @@ MogDB使用whale插件兼容Oracle的相关函数以及package功能。 package一般只用于存储过程中,根据ORACLE数据的package规则,新package放到对应的schema下。支持的Oracle管理包有dbms_random,dbms_output,dbms_lock,dbms_application_info,dbms_metadata,dbms_job,dbms_utility。 -有关函数以及package详情,请参见[whale插件](../../reference-guide/oracle-plugins/whale.md)。 +有关函数以及package详情,请参见[whale插件](../../developer-guide/extension/whale.md)。 ## 客户价值 @@ -27,4 +27,4 @@ package一般只用于存储过程中,根据ORACLE数据的package规则,新 ## 相关页面 -[whale插件](../../reference-guide/oracle-plugins/whale.md),[字符处理函数和操作符](../../reference-guide/functions-and-operators/3-character-processing-functions-and-operators.md),[数字操作函数和操作符](../../reference-guide/functions-and-operators/7-mathematical-functions-and-operators.md),[时间和日期处理函数和操作符](../../reference-guide/functions-and-operators/8-date-and-time-processing-functions-and-operators.md),[HLL函数和操作符](../../reference-guide/functions-and-operators/13.1-hll-functions-and-operators.md),[窗口函数](../../reference-guide/functions-and-operators/18-window-functions.md),[系统信息函数](../../reference-guide/functions-and-operators/23-system-information-functions.md) \ No newline at end of file +[whale插件](../../developer-guide/extension/whale.md),[字符处理函数和操作符](../../reference-guide/functions-and-operators/3-character-processing-functions-and-operators.md),[数字操作函数和操作符](../../reference-guide/functions-and-operators/7-mathematical-functions-and-operators.md),[时间和日期处理函数和操作符](../../reference-guide/functions-and-operators/8-date-and-time-processing-functions-and-operators.md),[HLL函数和操作符](../../reference-guide/functions-and-operators/13.1-hll-functions-and-operators.md),[窗口函数](../../reference-guide/functions-and-operators/18-window-functions.md),[系统信息函数](../../reference-guide/functions-and-operators/23-system-information-functions.md) \ No newline at end of file diff --git a/product/zh/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md b/product/zh/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md index 6a34f2765eb0998b9fde9d4be481bd4915d12c01..393fcb240558df84bd08c27db7012f4ad71a2965 100644 --- a/product/zh/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md +++ b/product/zh/docs-mogdb/v3.1/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/data-types/enumeration-types.md @@ -18,7 +18,7 @@ ENUM是一个字符串对象,其值是从创建表时在列定义中显式枚 name VARCHAR(40), size ENUM('small', 'medium', 'large') ); - INSERT INO shirts (name, size) VALUES ('dress shirt','large'), ('t-shirt','medium'), + INSERT INTO shirts (name, size) VALUES ('dress shirt','large'), ('t-shirt','medium'), ('polo shirt','small'); SELECT name, size FROM shirts WHERE size = 'medium'; name | size diff --git a/product/zh/docs-mogdb/v3.1/toc.md b/product/zh/docs-mogdb/v3.1/toc.md index 403c7a5e7533e8c4f355f40f612c79ff76334753..0271a84fb2bf860cd932d46233453c92ecbea02b 100644 --- a/product/zh/docs-mogdb/v3.1/toc.md +++ b/product/zh/docs-mogdb/v3.1/toc.md @@ -560,7 +560,6 @@ + [JSON-JSONB函数和操作符](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/functions-and-operators/dolphin-json-jsonb-functions-and-operators.md) + 表达式 + [条件表达式](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/expressions/dolphin-conditional-expressions.md) - + [类型转换](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-type-conversion.md) + [DDL语法一览表](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-ddl-syntax.md) + [DML语法一览表](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dml-syntax.md) + [DCL语法一览表](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dcl-syntax.md) diff --git a/product/zh/docs-mogdb/v3.1/toc_dev.md b/product/zh/docs-mogdb/v3.1/toc_dev.md index 43812d5fcd3cf8bc21836ab69b12414617e4a8c6..c40be3a5aeacb030abc5cb37b4ba6a4ba08ec1be 100644 --- a/product/zh/docs-mogdb/v3.1/toc_dev.md +++ b/product/zh/docs-mogdb/v3.1/toc_dev.md @@ -208,7 +208,6 @@ + [JSON-JSONB函数和操作符](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/functions-and-operators/dolphin-json-jsonb-functions-and-operators.md) + 表达式 + [条件表达式](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/expressions/dolphin-conditional-expressions.md) - + [类型转换](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-type-conversion.md) + [DDL语法一览表](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-ddl-syntax.md) + [DML语法一览表](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dml-syntax.md) + [DCL语法一览表](/developer-guide/mysql-compatibility-description/dolphin-extension/dolphin-syntax/sql-reference/dolphin-dcl-syntax.md) diff --git a/product/zh/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md b/product/zh/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md index 29777cf5d9ecfe49450d2c186b046ae95011be79..a4807685d5bce5dfc9eb3dcd833d65a1afb4a415 100644 --- a/product/zh/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md +++ b/product/zh/docs-uqbar/v1.1/data-write/data-writing-method/Kafka-supported-for-importing-data-to-table.md @@ -21,7 +21,7 @@ date: 2022-11-12 ### 下载数据库驱动 -下载对应数据库的JDBC驱动,以openGauss为例。访问[openGauss官网](https://www.opengauss.org/zh/download.html)下载对应操作系统的JDBC驱动。 +下载对应数据库的JDBC驱动,以openGauss为例。访问[openGauss官网](https://www.opengauss.org/zh/download/)下载对应操作系统的JDBC驱动。 ![jwbsehxhqw](https://cdn-mogdb.enmotech.com/docs-media/uqbar/opengauss-jdbc-connector.png)