Skip to content

Commit 9f2d113

Browse files
authored
Update 91-alter-table-connection.md
1 parent 2adde97 commit 9f2d113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/sql-reference/10-sql-commands/00-ddl/01-table/91-alter-table-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CREATE CONNECTION external_table_conn_new
5454

5555
-- Create an external table using the first connection
5656
CREATE OR REPLACE TABLE external_table_test (
57-
id INTEGER,
57+
id INT,
5858
name VARCHAR,
5959
age INT
6060
)
@@ -77,7 +77,7 @@ CREATE CONNECTION s3_access_key_conn
7777
SECRET_ACCESS_KEY = '<your-secret-access-key>';
7878

7979
CREATE TABLE sales_data (
80-
order_id INTEGER,
80+
order_id INT,
8181
product_name VARCHAR,
8282
quantity INT
8383
)

0 commit comments

Comments
 (0)