What payload is returned by a Database SELECT operation that does not match any rows in the database?
false
null
Exception
Empty Array
Empty array is returned when no rows are matched.
MuleSoft Doc Ref : https://docs.mulesoft.com/db-connector/1.9/database-connector-select
Submit