FORMATMESSAGE
Description
Constructs a message from an existing message in sys.messages or from a provided string. (FORMATMESSAGE in Transact-SQL).
Sample Source Pattern
Since Snowflake does not support FORMATMESSAGE
function, the FORMATMESSAGE_UDF is added to simulate its behavior.
Syntax
Examples
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
SSC-FDM-TS0008: FORMATMESSAGE function was converted to UDF.
Last updated