singleEdit page Last modified: 14 January 2025Returns the single row that matches the given condition, or throws exception if there is no or more than one matching row.singleOrNullReturns the single row that matches the given condition, or null if there is no or more than one matching row.