- Categories:
Notification functions (Message Construction)
TEXT_ PLAIN¶
Returns a JSON object that specifies the plain text message to use for a notification. This is a helper function that you use to construct a message object for the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure.
语法
实参
'message'要发送的消息的内容。
返回
A JSON-formatted string that specifies a message for the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure to send.
例如:
示例
See Using SYSTEM$SEND_SNOWFLAKE_NOTIFICATION to send notifications.