iffyio merged PR #1766:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1766
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr
iffyio commented on code in PR #1766:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1766#discussion_r2001170116
##
src/ast/mod.rs:
##
@@ -2256,6 +2256,57 @@ impl fmt::Display for ConditionalStatements {
}
}
+/// A `RAISE` statement.
+///
+/// Examples:
+//
alamb commented on code in PR #1766:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1766#discussion_r1998847620
##
src/ast/mod.rs:
##
@@ -2256,6 +2256,57 @@ impl fmt::Display for ConditionalStatements {
}
}
+/// A `RAISE` statement.
+///
+/// Examples:
+///
iffyio opened a new pull request, #1766:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1766
```sql
RAISE USING MESSAGE = 'error';
```
[BigQuery](https://cloud.google.com/bigquery/docs/reference/standard-sql/procedural-language#raise)
[Snowflake](https://doc