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 2adde97 commit 9f2d113Copy full SHA for 9f2d113
docs/en/sql-reference/10-sql-commands/00-ddl/01-table/91-alter-table-connection.md
@@ -54,7 +54,7 @@ CREATE CONNECTION external_table_conn_new
54
55
-- Create an external table using the first connection
56
CREATE OR REPLACE TABLE external_table_test (
57
- id INTEGER,
+ id INT,
58
name VARCHAR,
59
age INT
60
)
@@ -77,7 +77,7 @@ CREATE CONNECTION s3_access_key_conn
77
SECRET_ACCESS_KEY = '<your-secret-access-key>';
78
79
CREATE TABLE sales_data (
80
- order_id INTEGER,
+ order_id INT,
81
product_name VARCHAR,
82
quantity INT
83
0 commit comments