Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Getting word count from context text index by joining to indexed rows

$
0
0
Using standard SQL there are various words-to-rows techniques ... insert into t values ('some text more text extra text some more text'); commit; select trim(regexp_substr(t.x, '[[:alpha:]]+', 1, words.l)) word, count(*) from t, lateral ( select level ...

Viewing all articles
Browse latest Browse all 989

Trending Articles