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

4.11.15.1.
ASCII
4.11.15.2.
BIT_LENGTH
4.11.15.3.
CHR
4.11.15.4.
CONCAT (|| operator)
4.11.15.5.
DIGITS
4.11.15.6.
LEFT
4.11.15.7.
LENGTH
4.11.15.8.
LOWER
4.11.15.9.
LPAD
4.11.15.10.
LTRIM
4.11.15.11.
MD5
4.11.15.12.
MID
4.11.15.13.
OCTET_LENGTH
4.11.15.14.
OVERLAY
4.11.15.15.
POSITION
4.11.15.16.
REGEXP_REPLACE
4.11.15.17.
REPEAT
4.11.15.18.
REPLACE
4.11.15.19.
REVERSE
4.11.15.20.
RIGHT
4.11.15.21.
RPAD
4.11.15.22.
RTRIM
4.11.15.23.
SPACE
4.11.15.24.
SPLIT_PART
4.11.15.25.
SUBSTRING
4.11.15.26.
SUBSTRING_INDEX
4.11.15.27.
TO_CHAR
4.11.15.28.
TO_HEX
4.11.15.29.
TRANSLATE
4.11.15.30.
TRIM
4.11.15.31.
UPPER
4.11.15.32.
UUID

previous : next

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo