未验证 提交 17021e8b 编写于 作者: A alexey-milovidov 提交者: GitHub

Update jdbc.md

上级 4ca3720a
...@@ -10,6 +10,9 @@ This engine supports the [Nullable](../../data_types/nullable.md) data type. ...@@ -10,6 +10,9 @@ This engine supports the [Nullable](../../data_types/nullable.md) data type.
```sql ```sql
CREATE TABLE [IF NOT EXISTS] [db.]table_name CREATE TABLE [IF NOT EXISTS] [db.]table_name
(
columns list...
)
ENGINE = JDBC(dbms_uri, external_database, external_table) ENGINE = JDBC(dbms_uri, external_database, external_table)
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册