关于“Exploring the Public Cryptocurrency Datasets Available in BigQuery”的评价

20342 条评价

Wai Lian C. · 已于 over 5 years前审核

Shondy A. · 已于 over 5 years前审核

Wai Lian C. · 已于 over 5 years前审核

ok

Vincent Michael S. · 已于 over 5 years前审核

i dont get why my queries doesn't considered as correct. CREATE OR REPLACE TABLE lab.52 (balance NUMERIC) as WITH double_entry_book AS ( -- debits SELECT array_to_string(inputs.addresses, ",") as address , -inputs.value as value FROM `bigquery-public-data.crypto_bitcoin.inputs` as inputs UNION ALL -- credits SELECT array_to_string(outputs.addresses, ",") as address , outputs.value as value FROM `bigquery-public-data.crypto_bitcoin.outputs` as outputs ) SELECT sum(value) as balance FROM double_entry_book WHERE address in ( SELECT add FROM `bigquery-public-data.crypto_bitcoin.outputs`, unnest(addresses) as add WHERE value = 1000000000000 AND block_timestamp BETWEEN timestamp('2010-05-22 00:00:00') and timestamp('2010-05-23 00:00:00') ORDER BY block_timestamp )

Vincent Michael S. · 已于 over 5 years前审核

Ananta W. · 已于 over 5 years前审核

HAN NENG W. · 已于 over 5 years前审核

Joanne C. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

Wai Lian C. · 已于 over 5 years前审核

Wei C. · 已于 over 5 years前审核

hmm

Miftahul J. · 已于 over 5 years前审核

Wei C. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

Eric T. · 已于 over 5 years前审核

Eric T. · 已于 over 5 years前审核

Weiyuan L. · 已于 over 5 years前审核

Weiyuan L. · 已于 over 5 years前审核

Morgen S. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

Kingdrawan N. · 已于 over 5 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。