We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bd374 commit 24b1596Copy full SHA for 24b1596
src/dialect/mod.rs
@@ -888,7 +888,7 @@ pub trait Dialect: Debug + Any {
888
keywords::RESERVED_FOR_TABLE_FACTOR
889
}
890
891
- /// Returns reserved keywords for projection item prefix operator
+ /// Returns reserved keywords that may prefix a select item expression
892
/// e.g. `SELECT CONNECT_BY_ROOT name FROM Tbl2` (Snowflake)
893
fn get_reserved_keywords_for_select_item(&self) -> &[Keyword] {
894
&[]
0 commit comments