Created
February 15, 2021 16:24
-
-
Save rifkiamil/de1e1a2e7851480badaee1a1cc8f1182 to your computer and use it in GitHub Desktop.
SQL Bitcoin Part 2 - Find transactions with block_timestamp, block_timestamp_month, output_value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT block_timestamp, block_timestamp_month, output_value | |
FROM `bigquery-public-data.crypto_bitcoin.transactions` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment