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