2 lines
96 B
MySQL
2 lines
96 B
MySQL
|
select ts, dur from experimental_counter_dur where track_id in (1, 2, 3) order by dur limit 10;
|