Skip to content

Commit 0388ed8

Browse files
committed
Update 10-ddl-create-table-external-location.md
1 parent 20cc224 commit 0388ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/10-sql-commands/00-ddl/01-table/10-ddl-create-table-external-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CREATE TABLE [IF NOT EXISTS] [db.]table_name (
2020
<column_name> <data_type> [NOT NULL | NULL] [{ DEFAULT <expr> }],
2121
...
2222
)
23-
LOCATION = 's3://<bucket>/[<path>]'
23+
's3://<bucket>/[<path>]'
2424
CONNECTION = (
2525
ENDPOINT_URL = 'https://<endpoint-URL>'
2626
ACCESS_KEY_ID = '<your-access-key-ID>'

0 commit comments

Comments
 (0)