QuerySubExt<T extends Record> extension

Extension methods for all subqueries.

on

Methods

distinct() SubQuery<T>

Available on SubQuery<T>, provided by the QuerySubExt extension

Create a query with distinct rows from this query using the DISTINCT keyword.