Exasol 6.2 is no longer supported, and this documentation is no longer maintained or updated.
SPACE creates a string consisting of n spaces.
space::=
SELECT 'x'||SPACE(5)||'x' my_string;