crypto_quant/sql/query/sql_playground.sql

4 lines
129 B
MySQL
Raw Normal View History

2025-07-28 04:29:31 +00:00
select * from crypto_market_data
WHERE symbol='XCH-USDT-SWAP' and bar='5m' and date_time > '2025-07-26'
order by timestamp desc;