Skip to content

Commit ff9efe3

Browse files
author
BigQuery AutoFormatter
committed
Auto-format queries
1 parent 9d5dbf1 commit ff9efe3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
SELECT miner, DATE (timestamp) AS date,
2-
COUNT (miner) AS total_block_reward FROM
3-
`bigquery - public - data.crypto_ethereum_classic.blocks` GROUP BY miner,
4-
date HAVING COUNT (miner) > 1;
1+
SELECT
2+
miner,
3+
DATE(timestamp) AS date,
4+
COUNT(miner) AS total_block_reward
5+
FROM
6+
`bigquery - public - data.crypto_ethereum_classic.blocks`
7+
GROUP BY
8+
miner,
9+
date
10+
HAVING COUNT(miner) > 1;

0 commit comments

Comments
 (0)