informix 中 datetime year to fraction(三),毫秒部分始终为000,怎样才能取到毫秒呢
2013-01-06
informix 中 datetime year to fraction(3),毫秒部分始终为000,怎样才能取到毫秒呢?是不是datatime本身就
informix 中 datetime year to fraction(3),毫秒部分始终为000,怎样才能取到毫秒呢? 是不是datatime本身就只能精确到秒,所以其后的毫秒全是0呢?有没有什么办法可以统计存储过程运行的时间,精确到毫秒级呢? to_char方法也试过了,跟这个效果一样,应该都是同一个原因,有没有其他办法呢?