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.
Examples
> SELECT raise_error('custom error message');
custom error message