You are viewing a single comment's thread from:

RE: Snaps Container // 1743183360

in Snaps28 days ago

I'll have to break into 2 snaps here to go:

select sum(case when [amount_symbol] = 'HIVE' THEN [amount] ELSE 0 END) AS HiveTotal,
sum(case when [amount_symbol] = 'HBD' THEN [amount] ELSE 0 END) AS HBDTotal
FROM [TxTransfers]
WHERE [from] = 'commentrewarder'

Sort:  

AND [to] = 'hive_user'
AND [timestamp] >= DATEADD(day, -30, GETDATE())
and [memo] like '%%@peak.snaps%'

Thanks mate!

image.png

No problem! It's much easier to track the performance of your snaps now