raise_error
function
Applies to: Databricks SQL Databricks Runtime
Throws an exception with expr
as the message.
Returns
The NULL
type.
The function raises a runtime error with expr
as the error message.
Applies to: Databricks SQL Databricks Runtime 14.2 and later
The returned error class is USER_RAISED_EXCEPTION
and the SQLSTATE
is P0001
.
See Handling error conditions for details on handling error conditions.