nitsUntitled Query
Updated 2022-08-04
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
-- SELECT *
-- -- method_name, count(*) as total
-- from flipside_prod_db.mdao_near.actions_events_function_call
-- where method_name ilike '%proposal%' and args ilike '%proposalId%'
-- -- GROUP by 1
-- SELECT * from mdao_near.transactions
-- where txn_hash ilike 'QPc3xXwsY6orTuk3zYguoP13qq8T84FTLMXLvEicr6s'
SELECT * from mdao_near.actions_events_function_call
where method_name = 'create_staking_pool'
-- where txn_hash = '8NwX5WyeDi8GKsMHuaF1sVJLAw9ySvtc2X1hVkuLkeAg'
LIMIT 100
Run a query to Download Data