Ordering
select * from r order by attribute [asc/desc]
Ascending order is default.
It can also sort given a list of attributes.
Last updated
Was this helpful?
select * from r order by attribute [asc/desc]
Ascending order is default.
It can also sort given a list of attributes.
Last updated
Was this helpful?