Returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition. Sorts the selected rows in ascending order.
Returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition. Sorts the selected rows in ascending order.
public RowNumber(Field);
Returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition.
public RowNumber(Field,Boolean);
RowNumber Class | DomainObjects.Facade.Command.Function Namespace