InterSystems SQL Reference
SPACE
|
|
SPACE(count) {fn SPACE(count)}
An integer expression specifying the number of blank spaces to return. |
&sql(SELECT SPACE(LENGTH(name)) INTO :a FROM Sample.Person) IF SQLCODE'=0 { WRITE !,"Error code ",SQLCODE } ELSE { WRITE !,"Leave this much space:",a,"for names" }
Content for this page loaded from RSQL_space.xml on 2018-02-01 14:30:12
|