Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

SELECT * FROM frequency_table
WHERE query LIKE 'prefix%'
ORDER BY FREQUENCY DESC
LIMIT 5

  • No labels