I created a stable and a few sub-tables, then I used below SQL to list all records, but the result is not ordered by ts column. any way to do it?
select * from stable1
I created a stable and a few sub-tables, then I used below SQL to list all records, but the result is not ordered by ts column. any way to do it?
select * from stable1
You can use order by to order your retrieved data.
For more infomation about
order byyou can refer searchorder by