SPACE
Return a string of spaces. This function returns a string consisting of a specified number of space characters.
Syntax
SPACE(N)Description
Returns a string consisting of N space characters. If N is NULL, returns NULL.
Examples
SELECT QUOTE(SPACE(6)); +-----------------+ | QUOTE(SPACE(6)) | +-----------------+ | ' ' | +-----------------+This page is licensed: GPLv2, originally from fill_help_tables.sql
Last updated
Was this helpful?
.png?alt=media&token=7e7f4c73-9972-4e67-9a1a-74dc18591022&width=260&dpr=4&quality=100&sign=760f8d93&sv=2)
.png?alt=media&token=ee5a45b3-d05b-4bb5-97d0-0f25c5eeb110&width=260&dpr=4&quality=100&sign=12bc3702&sv=2)