-
Notifications
You must be signed in to change notification settings - Fork 0
SQL Examples
Nicky Harpor edited this page Nov 14, 2021
·
11 revisions
Findora SQL CLI renders complex queries effectively. This page showcases some of the possibilities.
SELECT COUNT(*) FROM forge_tx WHERE value > 100000000000000000
SELECT AVG(gasPrice) FROM forge_tx WHERE timestamp > TODAY()