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 71b8c52 commit b62275eCopy full SHA for b62275e
docs/en/sql-reference/10-sql-commands/00-ddl/01-table/10-ddl-create-table-external-location.md
@@ -109,8 +109,8 @@ Or you can create a connection and use it to create a table:
109
-- Create a connection named `s3_connection` for the S3 credentials
110
CREATE CONNECTION s3_connection
111
STORAGE_TYPE = 's3'
112
- SECRET_ACCESS_KEY = '<your-secret-access-key>'
113
- ACCESS_KEY_ID = '<your-access-key-id>';
+ ACCESS_KEY_ID = '<your-access-key-id>'
+ SECRET_ACCESS_KEY = '<your-secret-access-key>';
114
115
CREATE TABLE mytable (
116
a INT
0 commit comments