You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The REORDER command allows you physically reorder a table by a different sort order. This can be useful it you want to go through a table record by record.
Syntax:
REORDER TABLE [TABLE NAME] BY column1 (optional desc),…, columnN (option desc)
Example: REORDER TABLE orders by ORDERID Desc

  • No labels