You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t = select * from loadTable(dbName, tbName) where date(DateTime)=2021.12.01 and left(SecurityID, 2)="60" and time(DateTime)>=09:25:00.000 order by DateTime
// warm up
warmupData = select * from t where time(DateTime) < 09:30:00.000