mysql里面存的time类型,值是24:00:00,报错CAUSED BY: SQLException: The value '24:00:00' is an invalid TIME value. JDBC Time objects represent a wall-clock time and not a duration as MySQL treats them. If you are treating this type as a duration, consider retrieving this value as a string and dealing with it according to your requirements.我在doris建表是用的string,查询转成string不行,替换成其他值也不行
driver用的mysql-connector-j-8.0.31.jar