limit

fun limit(count: Long, referencedTable: String? = null)(source)

Limits the result to count rows

Parameters

count

The amount of rows to return

referencedTable

If the column is from a foreign table, specify the table name here