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 d1cd72f commit 770b3baCopy full SHA for 770b3ba
tests/sqlparser_snowflake.rs
@@ -4449,17 +4449,4 @@ fn test_snowflake_identifier_function() {
4449
.is_err(),
4450
true
4451
);
4452
-}
4453
-
4454
-#[test]
4455
-fn test_x() {
4456
- println!(
4457
- "{:#?}",
4458
- snowflake()
4459
- .parse_sql_statements(
4460
- r#"
4461
-SELECT email from customers, order by 1"#
4462
- )
4463
- .unwrap()
4464
- );
4465
+}
0 commit comments