public static interface AnalyticQuerySteps.NumberingQuerySteps.OrderByRequiredStep
Modifier and Type | Method and Description |
---|---|
AnalyticQuerySteps.AddNumberingFunction |
orderBy(String columnName,
String... columnNames)
Set the Order by Columns.
|
AnalyticQuerySteps.AddNumberingFunction orderBy(String columnName, String... columnNames)
if column name starts with - then sort that column descending otherwise sort ascending
columnName
- the first column name to sort by. Required.columnNames
- other column names to sort by. Optional.Copyright © 2020. All rights reserved.