Tag: mssql
Motivation How many of you sometimes want to know how much you have been paid by writing good contents? Especially for those regular writers or even full time steemians, …
I spent around 800 SBD (7000 USD) in buying votes. The following queries the table TxTransfers thanks to @arcange’s STEEMSQL. select "from", "to", "memo", (amount) from TxTransfers (NOLOCK) where …
@nationalpark in his post has listed the top authors that publish exactly 1 post and earn the most. This SteemSQL tutorial is going to uncover the magic behind the …
@nationalpark has published quite a few posts on the most payout authors in history, and here is how it was done in SteemSQL just in case you want to …
I have a SQL (mssql) to fetch the data from Comments table thanks to STEEMSQL, like this: select top 10 title from Comments (NOLOCK) where (category='cn') or ( ( …