single
Returns the single row that matches the given condition, or throws exception if there is no or more than one matching row.
singleOrNull
Returns the single row that matches the given condition, or null
if there is no or more than one matching row.
Last modified: 27 September 2024