| Interface | Description |
|---|---|
| StringFunction |
• CONCAT(str1, str2, ...): 连接两个或多个字符串。
• SUBSTRING(str, start, length): 从字符串 str 中提取子串。
• LENGTH(str) 或 LEN(str): 返回字符串的长度。
• TRIM(str): 删除字符串前后的空格。
• REPLACE(str, search, replace): 替换字符串中的子串。
|
| Class | Description |
|---|---|
| Length | |
| Md5 | |
| SubString | |
| Upper |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.