Skip to content

Commit fe58eb4

Browse files
committed
Redshift: PartiQL AT <index>
1 parent 50f5c3a commit fe58eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_redshift.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ fn test_null_treatment_inside_and_outside_window_function() {
521521
#[test]
522522
fn test_partiql_from_alias_with_at_index() {
523523
redshift().verified_stmt("SELECT * FROM lineitem AS l (a, b, c) AT idx");
524-
524+
525525
let sql =
526526
"SELECT index, val FROM (SELECT array('AAA', 'BBB') AS val) AS b, b.val AS val AT index";
527527
let select = redshift().verified_only_select(sql);

0 commit comments

Comments
 (0)