distinctOn
List of columns on which the query should be distinct.
This parameter specifies columns for the DISTINCT ON
clause, which allows selecting distinct rows based on the specified columns and is supported by some SQL dialects (e.g., PostgreSQL, H2).