crypto_quant/sql/query/sql_playground.sql

4 lines
129 B
SQL

select * from crypto_market_data
WHERE symbol='XCH-USDT-SWAP' and bar='5m' and date_time > '2025-07-26'
order by timestamp desc;