返回首页

gbase数据、南大通用产品文档:GBase8aLOWER(str)

更新日期:2024年09月11日

函数说明
将字符串str 中的所有字符改变为小写形式。
示例
示例1:LOWER(str)等价于LCASE()。

GBase 8a MPP Cluster 产品手册
5 数据库管理指南
文档版本953(2022-04-10)
南大通用数据技术股份有限公司
696
gbase> SELECT
LOWER('QUADRATICALLY'),LCASE('QUADRATICALLY') FROM
dual;
+------------------------+------------------------+
| LOWER('QUADRATICALLY') | LCASE('QUADRATICALLY') |
+------------------------+------------------------+
| quadratically
| quadratically
|
+------------------------+------------------------+
1 row in set

GBaseParameter 构造函数 (String,
GBaseDbType, Int32)
使用参数名、
参数GBaseDbType 类型、
和参数的长度初始化GBaseParameter



GBase 8a 程序员手册ADO.NET 篇
南大通用数据技术股份有限公司

- 283 -
类的一个新实例。

语法
[Visual Basic]
Public Sub New ( _

parameterName As String, _

dbType As GBaseDbType, _

size As Integer _
)
[C#]
public GBaseParameter(

string parameterName,

GBaseDbType dbType,

int size
)

参数
1) parameterName :参数名;
2) dbType :参数数据类型;
3) size :参数的长度。

示例:查看Swap 分区大小

RHEL
# free -m
total
used
free
shared
buff/cache

GBase 8a MPP Cluster 产品手册
3 集群安装升级与卸载
文档版本953(2022-09-15)
南大通用数据技术股份有限公司
45
available
Mem:
128652
1893
115499
4234
11258
112560
Swap:
131071
62
131009

SUSE
# free -m
total
used
free
shared
buffers
cached
Mem:
7986
3202
4783
154
0
2739
-/+ buffers/cache
462
7524
Swap:
1088
0
1088