Help Center/ Data Lake Insight/ SQL Syntax Reference (Paris Region)/ Spark SQL Syntax Reference/ Built-in Functions/ String Functions/ space
Updated on 2025-01-22 GMT+08:00
space
This function is used to return a specified number of spaces.
Syntax
space(bigint <n>)
Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| n | Yes | BIGINT | Number of spaces |
Return Values
The return value is of the STRING type.
- If the value of n is empty, an error is reported.
- If the value of n is NULL, NULL is returned.
Example Code
The value 6 is returned.
select length(space(6));
Parent topic: String Functions
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot