Felipe Hoffa wrote:
SELECT word, word_count, DENSE_RANK() OVER (PARTITION BY corpus ORDER BY word_count DESC) dense_rank, FROM [publicdata:samples.shakespeare] WHERE corpus='othello' and length(word) > 10 LIMIT 5
Posts: 1
Participants: 1
Felipe Hoffa wrote:
SELECT word, word_count, DENSE_RANK() OVER (PARTITION BY corpus ORDER BY word_count DESC) dense_rank, FROM [publicdata:samples.shakespeare] WHERE corpus='othello' and length(word) > 10 LIMIT 5
Posts: 1
Participants: 1