solidDB Help : solidDB reference : SQL: Statements : Hints : PRIMARY KEY [REVERSE]
  
PRIMARY KEY [REVERSE]
PRIMARY KEY [REVERSE] table-name
The PRIMARY KEY hint forces a primary key scan for a given table.
The optional keyword REVERSE returns the rows in the reverse order.
If the primary key is not available for the given table, you will receive a runtime error.
Go up to
Hints