We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3e1fb commit 9a94a32Copy full SHA for 9a94a32
sql/conversion.sql
@@ -21,7 +21,7 @@ INSERT INTO t2 VALUES (DEFAULT);
21
INSERT INTO t3 VALUES (DEFAULT);
22
23
SELECT snowflake.convert_sequence_to_snowflake('t1'); -- ERROR, not a sequence
24
-SELECT snowflake.convert_sequence_to_snowflake('seq_1'); -- ERROR, not assocoated with any relation
+SELECT snowflake.convert_sequence_to_snowflake('seq_1'); -- No associated relation found
25
26
SELECT snowflake.convert_sequence_to_snowflake('t1_x_seq');
27
SELECT snowflake.convert_sequence_to_snowflake('t2_x_seq');
0 commit comments