Remove Duplicates
Last updated
Last updated
natural_key
column_list
Columns forming the grain at which to remove duplicates
order_col
column_list
Columns by which to order the result set, such that the first result is kept
order_method
sort_direction
Sets the order behavior for the chosen order_col
. Can be ASC or DESC.