Say I want to retrieve all price data for times starting with 1420* (e.g. time=1418234533892319745).
I (unsuccessfully) tried:
select price from Table where time=14201% select price from Table where time=
14201*
select price from Table where time=14201%
select price from Table where time=14201*