You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to be able to reduce the filter to only select a subset of the returned rows. The subset of selected rows is based on a top/bottom approach, the operand in the predicate specifies how to order the case.
The following example will return the 5 rows where the timestamp is the maximum
The idea is to be able to reduce the filter to only select a subset of the returned rows. The subset of selected rows is based on a top/bottom approach, the operand in the predicate specifies how to order the case.
The following example will return the 5 rows where the timestamp is the maximum
In the following example we'll consider data by groups. groups will be created for each distinct value of columns 1 and 3.
The text was updated successfully, but these errors were encountered: