The following query returns a result of zero. There are no 0-grams in the strings.
SELECT NGRAM ('test with zero length', 'test with zero length',0);
The following query returns a result of zero. There are no 0-grams in the strings.
SELECT NGRAM ('test with zero length', 'test with zero length',0);