| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
389 バイト追加 、 2020年8月17日 (月) 14:42
ページの作成:「| Google Cloud Platform| ==BigQuery== *https://console.cloud.google.com/bigquery *https://www.isoroot.jp/blog/2101/ *一般公開データセットのひとつであ…」
| [[Google Cloud Platform]]|
==BigQuery==
*https://console.cloud.google.com/bigquery

*https://www.isoroot.jp/blog/2101/
*一般公開データセットのひとつである、Stackoverflow データセットに対してクエリを実行
<pre>
SELECT
title, answer_count, view_count
FROM
`bigquery-public-data.stackoverflow.posts_questions`
ORDER BY
view_count DESC
LIMIT 10
</pre>

案内メニュー