Skip to content

Commit 3c7d225

Browse files
[FLINK-37288] Update docs
1 parent 520db3b commit 3c7d225

File tree

1 file changed

+1
-1
lines changed
  • docs/content/docs/connectors/table

1 file changed

+1
-1
lines changed

docs/content/docs/connectors/table/jdbc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ SELECT * FROM given_database.test_table2;
708708

709709
Data Type Mapping
710710
----------------
711-
Flink supports connect to several databases which uses dialect like MySQL, Oracle, PostgreSQL, CrateDB, Derby, SQL Server, Db2, OceanBase and Spanner. The Derby dialect usually used for testing purpose. The field data type mappings from relational databases data types to Flink SQL data types are listed in the following table, the mapping table can help define JDBC table in Flink easily.
711+
Flink supports the connection to several databases using dialect like MySQL, Oracle, PostgreSQL, CrateDB, Derby, SQL Server, Db2, OceanBase and Spanner. The Derby dialect is usually used for testing purpose. The field data type mappings from relational databases data types to Flink SQL data types are listed in the following table, the mapping table can help define a JDBC table in Flink easily.
712712

713713
<table class="table table-bordered">
714714
<thead>

0 commit comments

Comments
 (0)