mirror of
https://github.com/sqlfluff/sqlfluff
synced 2025-12-17 19:31:32 +00:00
5 lines
188 B
SQL
5 lines
188 B
SQL
-- Snowflake Double-Dot Notation
|
|
-- https://docs.snowflake.com/en/sql-reference/name-resolution.html#resolution-when-schema-omitted-double-dot-notation
|
|
SELECT *
|
|
FROM my_database..my_table
|