WORDS

The WORDS function returns the number of blank-delimited words in string.

Read syntax diagramSkip visual syntax diagram WORDS( string )

Examples

WORDS('Now is the time')    ->    4
WORDS(' ')                  ->    0