mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
812 B
812 B
machine_translated | machine_translated_rev | toc_priority | toc_title |
---|---|---|---|
true | e8cd92bba3 |
43 | jdbc |
jdbc
jdbc(jdbc_connection_uri, schema, table)
- JDBC sürücüsü ile bağlı döner tablo.
Bu tablo işlevi ayrı gerektirir clickhouse-jdbc-bridge
program çalıştırılacak.
Bu (sorgulanan uzak tablonun DDL dayalı) null türleri destekler.
Örnekler
SELECT * FROM jdbc('jdbc:mysql://localhost:3306/?user=root&password=root', 'schema', 'table')
SELECT * FROM jdbc('mysql://localhost:3306/?user=root&password=root', 'schema', 'table')
SELECT * FROM jdbc('datasource://mysql-local', 'schema', 'table')