Evan-IT

Results 2 issues of Evan-IT

### Short description of current behavior it will come out a wrong confidence 0.0001 when the confidence is more than 0.99 ### Video or screenshots ![image](https://github.com/mindsdb/mindsdb/assets/83157740/0e2d4b74-1e6a-41b3-9a46-a0f6936f4240) ### Expected behavior it...

bug

CREATE TABLE `dim_base_tmp` ( `prop_id` varchar(65533) NOT NULL COMMENT "维度表行ID", `prop_name` varchar(65533) NOT NULL COMMENT "列名", `table_id` varchar(65533) NOT NULL COMMENT "维度表id", `field_id` varchar(65533) NULL COMMENT "字段id", `prop_version` varchar(65533) NULL...

type/bug