Skip to main content

row_number

Function row_number 

Source
pub fn row_number<'a, V>() -> WindowFnExpr<'a, V, <V::DialectMarker as CountPolicy>::Count, NonNull>
where V: SQLParam + 'a, V::DialectMarker: CountPolicy,
Expand description

ROW_NUMBER() — sequential row number within the partition.

Returns an integer, never NULL.