我在mariaDB中有一个本地数据库,我读过你的记录(时间戳转换为字符串),我必须写入类型时间戳的db2,我需要帮助。 我在python工作
最后,结果是格式错误。正如我想的那样,db2的格式是EUR no ISO。
结果: 从Mytable中选择cast(date_format(MyColumn,' EUR'))作为char)where condition;
答案 0 :(得分:0)
您可以插入时间戳,其字符串值与格式时间戳相对应,如下所示:
insert into yourlib.yourtable (column1, columnwithtimestamp)
values ('hellocolumn1', '2016-12-21-10.04.37.766665')