mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 22:50:19 +01:00
82493d6dcb
* GDrive provider support * More reliable basedir ownership * Fix mimetype
10 lines
736 B
JSON
10 lines
736 B
JSON
[
|
|
"SELECT * FROM `nyc-tlc.yellow.trips` LIMIT 10000",
|
|
"SELECT * FROM `nyc-tlc.yellow.trips` LIMIT 100000",
|
|
"SELECT * FROM `nyc-tlc.yellow.trips` LIMIT 1000000",
|
|
"SELECT title FROM `bigquery-public-data.samples.wikipedia` ORDER BY title LIMIT 1000",
|
|
"SELECT title, id, timestamp, contributor_ip FROM `bigquery-public-data.samples.wikipedia` WHERE title like 'Blo%' ORDER BY id",
|
|
"SELECT * FROM `bigquery-public-data.baseball.games_post_wide` ORDER BY gameId",
|
|
"SELECT * FROM `bigquery-public-data.samples.github_nested` WHERE repository.has_downloads ORDER BY repository.created_at LIMIT 10000",
|
|
"SELECT repo_name, path FROM `bigquery-public-data.github_repos.files` WHERE path LIKE '%.java' ORDER BY id LIMIT 1000000"
|
|
]
|