REPEAT(Text, Count)
Repeats Text the specified number of times.
Text
The text to be repeated
Count
Repetition times
The function supports two parameters. The first must be of the text type and the second must be of the numeric type.
If any parameter value is NULL, the result is NULL.
REPEAT("$",4)
$$$$
REPEAT(B10,3)
hellohellohello
The content of the cell B10 is hello.
For example, add a New Calculation Column operator in the Data Transformation node, and input the formula REPEAT("$",4), as shown in the following figure.
Click Data Preview to view the result, as shown in the following figure.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy