Available in versions: Dev (3.20) | Latest (3.19) | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11 | 3.10
String functions
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
String formatting can be done efficiently in the database before returning results to your Java application. As discussed in the chapter about SQL dialects string functions (as any function type) are mostly emulated in your database, in case they are not natively supported.
Table of contents
- 3.8.12.1.
- ASCII
- 3.8.12.2.
- BIT_LENGTH
- 3.8.12.3.
- CONCAT (|| operator)
- 3.8.12.4.
- LEFT
- 3.8.12.5.
- LENGTH
- 3.8.12.6.
- LOWER
- 3.8.12.7.
- LPAD
- 3.8.12.8.
- LTRIM
- 3.8.12.9.
- MD5
- 3.8.12.10.
- MID
- 3.8.12.11.
- OCTET_LENGTH
- 3.8.12.12.
- POSITION
- 3.8.12.13.
- REPEAT
- 3.8.12.14.
- REPLACE
- 3.8.12.15.
- REVERSE
- 3.8.12.16.
- RIGHT
- 3.8.12.17.
- RPAD
- 3.8.12.18.
- RTRIM
- 3.8.12.19.
- SPACE
- 3.8.12.20.
- SUBSTRING
- 3.8.12.21.
- TRANSLATE
- 3.8.12.22.
- TRIM
- 3.8.12.23.
- UPPER
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!