You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/40-load-data/04-transform/index.md
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -23,23 +23,22 @@ FROM {@<stage_name>[/<path>] [<table_alias>] | '<uri>' [<table_alias>]}
23
23
24
24
The `SELECT` statement for staged files supports various parameters to control data access and parsing. For detailed information and examples on each parameter, please refer to their respective documentation sections:
25
25
26
-
-**`FILE_FORMAT`**: Specifies the format of the file (e.g., CSV, TSV, NDJSON, PARQUET, ORC, Avro, or custom formats).
27
-
-**`PATTERN`**: Uses a regular expression to match and filter file names.
28
-
-**`FILES`**: Explicitly lists specific file names to query.
29
-
-**`CASE_SENSITIVE`**: Controls case sensitivity for column names in Parquet files.
30
-
-**`table_alias`**: Assigns an alias to staged files for easier referencing in queries.
31
-
-**`$col_position`**: Selects columns by their positional index (1-based).
32
-
-**`connection_parameters`**: Provides connection details for external storage.
33
-
-**`uri`**: Specifies the URI for remote files.
26
+
-**`FILE_FORMAT`**: Specifies the format of the file (e.g., CSV, TSV, NDJSON, PARQUET, ORC, Avro, or custom formats).
27
+
-**`PATTERN`**: Uses a regular expression to match and filter file names.
28
+
-**`FILES`**: Explicitly lists specific file names to query.
29
+
-**`CASE_SENSITIVE`**: Controls case sensitivity for column names in Parquet files.
30
+
-**`table_alias`**: Assigns an alias to staged files for easier referencing in queries.
31
+
-**`$col_position`**: Selects columns by their positional index (1-based).
32
+
-**`connection_parameters`**: Provides connection details for external storage.
0 commit comments