query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
List all the inactive coins and state the last date of its transaction?
|
the last date refers to max(date); inactive coins refers to status = 'inactive'
|
price increased refers to percent_change_7d>0; decreased refers percent_change_7d<0; on 2013/5/5 refers to date = '2013-05-05'
|
List all the inactive coins and state the last date of its transaction?
|
the last date refers to max(date); inactive coins refers to status = 'inactive'
|
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
|
List all the inactive coins and state the last date of its transaction?
|
the last date refers to max(date); inactive coins refers to status = 'inactive'
|
percentage that is higher than the price 1 hour ago refers to percent_change_1h>0; in May 29,2013 refers to date = '2013-05-29'
|
List all the inactive coins and state the last date of its transaction?
|
the last date refers to max(date); inactive coins refers to status = 'inactive'
|
the percentage of the Bitcoins verifiably burned = divide(subtract(SUM(max_supply), SUM(total_supply)),SUM(total_supply))*100%; until 2013/4/28 refers to date<'2013-04-08'
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
average price more than $1000 refers to AVG(price)>1000
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
the percentage of the Bitcoins verifiably burned = divide(subtract(SUM(max_supply), SUM(total_supply)),SUM(total_supply))*100%; until 2013/4/28 refers to date<'2013-04-08'
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
percentage that is higher than the price 1 hour ago refers to percent_change_1h>0; in May 29,2013 refers to date = '2013-05-29'
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
lowest price refers to low; best time refers to date with the low;
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
average percentage price changed from the previous 24 hours refers to AVG(percent_change_24h); on 15/5/2013 refers to DATE = '2013-04-15'
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
creates the most total value in the past 24 hours refers to max(volume_24h)
|
State the transaction date whereby DigixDAO was transacted at the hightest price.
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
2016 refers to historical date where year(date) = 2016
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
2016 refers to historical date where year(date) = 2016
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
not opened refers to open IS NULL; on May 2013 refers to year(date) = 2019 AND month(date) = 5
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
lowest price refers to low; best time refers to date with the low;
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
average percentage price changed from the previous 24 hours refers to AVG(percent_change_24h); on 15/5/2013 refers to DATE = '2013-04-15'
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
average price refers SUM(price)/COUNT(named = 'Bitcoin'); in the year 2013 refers to year(date) = 2013
|
Which crytocurrency was not opened on 2013/5/3?
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
when refers to date; most valuable refers to max(market_cap)
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
lowest price refers to low; best time refers to date with the low;
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
average percentage price changed from the previous 24 hours refers to AVG(percent_change_24h); on 15/5/2013 refers to DATE = '2013-04-15'
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
not opened refers to open IS NULL; on May 2013 refers to year(date) = 2019 AND month(date) = 5
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
|
When was Lebowskis not opened?
|
when refers to date; not opened refers to open IS NULL
|
price increased refers to percent_change_7d>0; decreased refers percent_change_7d<0; on 2013/5/5 refers to date = '2013-05-05'
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
when refers to date; most valuable refers to max(market_cap)
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
average price more than $1000 refers to AVG(price)>1000
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
when refers to date; not opened refers to open IS NULL
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
the highest price refers to max(price)
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
creates the most total value in the past 24 hours refers to max(volume_24h)
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
|
What was the max profit a user can make on Bitcoin on 2013/4/28?
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
average percentage price changed from the previous 24 hours refers to AVG(percent_change_24h); on 15/5/2013 refers to DATE = '2013-04-15'
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
not opened refers to open IS NULL; on May 2013 refers to year(date) = 2019 AND month(date) = 5
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
time that a coin reaches its highest price refers to time_high; on 2013/4/29 refers to date = '2013-04-29'
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
2016 refers to historical date where year(date) = 2016
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
percentage that is higher than the price 1 hour ago refers to percent_change_1h>0; in May 29,2013 refers to date = '2013-05-29'
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
the last date refers to max(date); inactive coins refers to status = 'inactive'
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
Name the coin that has the highest market capitalization for all transactions in 2018.
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
the percentage of the Bitcoins verifiably burned = divide(subtract(SUM(max_supply), SUM(total_supply)),SUM(total_supply))*100%; until 2013/4/28 refers to date<'2013-04-08'
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
percentage that is higher than the price 1 hour ago refers to percent_change_1h>0; in May 29,2013 refers to date = '2013-05-29'
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
the percentage of the Bitcoins verifiably burned = divide(subtract(SUM(max_supply), SUM(total_supply)),SUM(total_supply))*100%; until 2013/4/28 refers to date<'2013-04-08'
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
lowest price refers to low; best time refers to date with the low;
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
creates the most total value in the past 24 hours refers to max(volume_24h)
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
the highest price refers to max(price)
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
when refers to date; most valuable refers to max(market_cap)
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
added on June 14, 2013 refers to date_added like '2013-06-14%'
|
What was the number of Bitcoins verifiably burned until 2013/4/28?
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
not opened refers to open IS NULL; on May 2013 refers to year(date) = 2019 AND month(date) = 5
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
the highest price refers to max(price)
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
the percentage of the Bitcoins verifiably burned = divide(subtract(SUM(max_supply), SUM(total_supply)),SUM(total_supply))*100%; until 2013/4/28 refers to date<'2013-04-08'
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
when refers to date; not opened refers to open IS NULL
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
the last date refers to max(date); inactive coins refers to status = 'inactive'
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
Name the coin and date of transactions with the greatest decline in percent change in 1 hour.
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
not opened refers to open IS NULL; on May 2013 refers to year(date) = 2019 AND month(date) = 5
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
average percentage price changed from the previous 24 hours refers to AVG(percent_change_24h); on 15/5/2013 refers to DATE = '2013-04-15'
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
the highest price refers to max(price)
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
time that a coin reaches its highest price refers to time_high; on 2013/4/29 refers to date = '2013-04-29'
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
What is the average monthly circulating supply for Frozen in 2014.
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
percentage that is higher than the price 1 hour ago refers to percent_change_1h>0; in May 29,2013 refers to date = '2013-05-29'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
not opened refers to open IS NULL; on May 2013 refers to year(date) = 2019 AND month(date) = 5
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
added on June 14, 2013 refers to date_added like '2013-06-14%'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
the percentage of the Bitcoins verifiably burned = divide(subtract(SUM(max_supply), SUM(total_supply)),SUM(total_supply))*100%; until 2013/4/28 refers to date<'2013-04-08'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
average price refers SUM(price)/COUNT(named = 'Bitcoin'); in the year 2013 refers to year(date) = 2013
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
|
List the names of the top five coins traded on January 1, 2014.
|
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
|
time that a coin reaches its highest price refers to time_high; on 2013/4/29 refers to date = '2013-04-29'
|
List the names of coins that cannot be traded in 2014.
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
|
List the names of coins that cannot be traded in 2014.
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
|
List the names of coins that cannot be traded in 2014.
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
|
List the names of coins that cannot be traded in 2014.
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
when refers to date; most valuable refers to max(market_cap)
|
List the names of coins that cannot be traded in 2014.
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
time that a coin reaches its highest price refers to time_high; on 2013/4/29 refers to date = '2013-04-29'
|
List the names of coins that cannot be traded in 2014.
|
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
|
average price more than $1000 refers to AVG(price)>1000
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.