I have the following table in DolphinDB:
n=1000000 t1=table(rand(`a`b`c,n)as ID, rand(2017.08.16..2018.09.15,n) as date ,rand(10.0,n) as price)