You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have another question to ask.
When I use jdbc, I found that using something like 'select t.name, t.sex from table t', jdbc will return 't.name' as the field name, which will cause it to fail to map to the correct field.
While adding 't.name as name' solves this problem, I'm designing the field 't.name' to be reduced to 'name'. Below is a comparison graph that I cut out from mysql-jdbc and clickhouse-jdbc.