Sign in
apache
/
ignite
/
master
/
.
/
modules
/
calcite
/
src
/
test
/
sql
/
function
/
string
/
test_space.test
blob: 7b6e94bd923f4dc5882a7cdbcb0669e07db7e598 [
file
] [
log
] [
blame
]
# name: test/sql/function/string/space.test
# description: Test the SPACE function
# group: [string]
query I
select
'|'
||
space
(
10
)
||
'|'
||
space
(
1
)
||
'|'
||
space
(
0
)
||
'|'
||
space
(-
100
)
||
'|'
----
|
|
|||