cobar icon indicating copy to clipboard operation
cobar copied to clipboard

cobar支持用datetime类型做拆表的维度吗?

Open justlooks opened this issue 9 years ago • 0 comments

我刚试了下貌似会报错 mysql> insert into myorder (id, city_id, place_tm, name) values (1,10,'2015-06-01 00:00:00','testme1'); ERROR 1003 (HY000): For input string: "2015-06-01 00:00:00"

justlooks avatar Jun 11 '15 07:06 justlooks