检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
数字操作函数和操作符 数字操作符 + 描述:加。 示例: 1 2 3 4 5 gaussdb=# SELECT 2+3 AS RESULT; result -------- 5 (1 row) - 描述:减。 示例: 1 2 3 4 5 gaussdb=# SELECT
数字操作函数和操作符 数字操作符 + 描述:加 示例: 1 2 3 4 5 openGauss=# SELECT 2+3 AS RESULT; result -------- 5 (1 row) - 描述:减 示例: 1 2 3 4 5 openGauss=# SELECT
数字操作函数和操作符 数字操作符 + 描述:加 示例: 1 2 3 4 5 openGauss=# SELECT 2+3 AS RESULT; result -------- 5 (1 row) - 描述:减 示例: 1 2 3 4 5 openGauss=# SELECT
数字操作函数和操作符 数字操作符 + 描述:加 示例: 1 2 3 4 5 gaussdb=# SELECT 2+3 AS RESULT; result -------- 5 (1 row) - 描述:减 示例: 1 2 3 4 5 gaussdb=# SELECT
数字操作函数和操作符 数字操作符 + 描述:加 示例: 1 2 3 4 5 gaussdb=# SELECT 2+3 AS RESULT; result -------- 5 (1 row) - 描述:减 示例: 1 2 3 4 5 gaussdb=# SELECT
SHOW 功能描述 SHOW将显示当前运行时参数的数值。 语法格式 SHOW { [VARIABLES LIKE] configuration_parameter | CURRENT_SCHEMA | TIME ZONE | TRANSACTION
SHOW 功能描述 SHOW将显示当前运行时参数的数值。 语法格式 1 2 3 4 5 6 7 8 9 SHOW { [VARIABLES LIKE] configuration_parameter | CURRENT_SCHEMA | TIME
SHOW 功能描述 SHOW将显示当前运行时参数的数值。 语法格式 SHOW { [VARIABLES LIKE] configuration_parameter | CURRENT_SCHEMA | TIME ZONE | TRANSACTION
SHOW 功能描述 SHOW将显示当前运行时参数的数值。 语法格式 1 2 3 4 5 6 7 8 9 SHOW { [VARIABLES LIKE] configuration_parameter | CURRENT_SCHEMA | TIME
长事务阻塞Undo空间回收 问题现象 gs_log中打印如下错误: snapshot too old! the undo record has been forcibly discarded xid xxx, the undo size xxx of the transaction
长事务阻塞Undo空间回收 问题现象 pg_log中打印如下错误: snapshot too old! the undo record has been forcibly discarded xid xxx, the undo size xxx of the transaction
长事务阻塞Undo空间回收 问题现象 pg_log中打印如下错误: snapshot too old! the undo record has been forcibly discarded xid xxx, the undo size xxx of the transaction
长事务阻塞Undo空间回收 问题现象 gs_log中打印如下错误: snapshot too old! the undo record has been forcibly discarded xid xxx, the undo size xxx of the transaction
案例:改写SQL消除子查询 现象描述 1 2 3 4 select 1, (select count(*) from customer_address_001 a4 where a4.ca_address_sk = a.ca_address_sk) as GZCS
案例:改写SQL消除子查询 现象描述 1 2 3 4 select 1, (select count(*) from customer_address_001 a4 where a4.ca_address_sk = a.ca_address_sk) as GZCS
案例:改写SQL消除子查询 现象描述 1 2 3 4 select 1, (select count(*) from customer_address_001 a4 where a4.ca_address_sk = a.ca_address_sk) as GZCS
几何函数和操作符 几何操作符 + 描述:平移。 示例: 1 2 3 4 5 openGauss=# SELECT box '((0,0),(1,1))' + point '(2.0,0)' AS RESULT; result ------------- (3,1)
几何函数和操作符 几何操作符 + 描述:平移。 示例: 1 2 3 4 5 openGauss=# SELECT box '((0,0),(1,1))' + point '(2.0,0)' AS RESULT; result ------------- (3,1)
文本检索函数和操作符 文本检索操作符 @@ 描述:tsvector类型的词汇与tsquery类型的词汇是否匹配。 示例: 1 2 3 4 5 gaussdb=# SELECT to_tsvector('fat cats ate rats') @@ to_tsquery('cat &
文本检索函数和操作符 文本检索操作符 @@ 描述:tsvector类型的词汇与tsquery类型的词汇是否匹配。 示例: 1 2 3 4 5 gaussdb=# SELECT to_tsvector('fat cats ate rats') @@ to_tsquery('cat &