SPACE

4D - Documentation   Fran溝is   English   German   日本語   4D SQL Reference目次   4D SQL Referenceインデックス   Back   Previous   Next

version 11


SPACE (arithmetic_expression)

説明

SPACE関数は、arithmetic_expressionで指定した数のスペース文字を返します。arithmetic_expressionが0未満の場合、NULL値が返されます。

例題

この例題はLastNameの前に、三つのスペースを追加します:

   SELECT CONCAT(SPACE(3),PERSONS.LastName) FROM PEOPLE;

4D - Documentation   Fran溝is   English   German   日本語   4D SQL Reference目次   4D SQL Referenceインデックス   Back   Previous   Next