11. Report-Writer Expressions and Formats
:
Expressions and Formats Syntax Summary
:
SQL and QUEL String Functions
Share this page
SQL and QUEL String Functions
charextract(
c1
,
n
)
concat(
c1
,
c2
)
left(
c1
,
len
)
length(
c1
)
locate(
c1
)
lowercase(
c1
)
pad(
c1
)
right(
c1
,
len
)
shift(
c1
,
nshift
)
size(
c1
)
squeeze(
c1
)
trim(
c1
)
uppercase(
c1
)