I'm running below query on a hive catalog with Trino 467. create table hive.hive_test.t1 (visit_end_datetime TIMESTAMP); insert into hive.hive_test.t1 values (TIMESTAMP '2021-01-01 11:00'); --succeed ...
I use an 'Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production'. Ruby v2.0.0 - v2.1.4 and ruby-plsql v0.5.2. I try to insert a timestamp in a table but nothing happens. Like this: ...