jdbc获取元数据类型问题 #24809
-
jdbc获取表元数据,为什么varchar会被识别成char,长度也不对。char字符长度不对,largeint识别不出来 jdbc查询结果 String sql = "select * from test_db"; 输出 columnName:id columnTypeName: INT : precision:10 为什么varchar2字段类型是 CHAR ,precision是85? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
What is the version of your MySQL JDBC driver? You should try to use updated drivers as much as possible. |
Beta Was this translation helpful? Give feedback.
-
https://doris.apache.org/docs/dev/admin-manual/http-actions/fe/meta-action/ |
Beta Was this translation helpful? Give feedback.
https://doris.apache.org/docs/dev/admin-manual/http-actions/fe/meta-action/
It is recommended to use doris' API to obtain metadata