first
Returns the first row that matches the given condition, or throws exception if there is no matching rows.
firstOrNull
Returns the first row that matches the given condition, or null
if there is no matching rows.
Last modified: 27 September 2024