 |
MySQL Bugs: #12754: TIMEZONE WITH (LOCAL) TIME ZONE can't be converted
Description: Following two types can't be converted from Oracle to MySQL. - TIMESTAMP WITH TIME ZONE - TIMESTAMP WITH LOCAL TIME ZONE How to repeat:-- Oracle test data create table test008_date ( col1 date, col2 timestamp(9), col3 timestamp(9) with ...
bugs.mysql.com |
 |