求助大神 使用proc* 向oracle中插入带timestamp类型的数据 怎么写 time对应数据库中的timestamp字段,插入之前我能获得time的值,是string[]类型的串, INSERT INTO table (KEY,NAME,TIME) values (:key, :name, :这里怎么写);
https://www.cnblogs.com/senyier/p/8944264.html