Forum Discussion
3 Replies
- dmillerFormer Employee
Is this just in the preview of the data or in the actual output?
- tstackFormer Employee
Unfortunately, the internal type used for date-times can only represent millisecond granularity, it isn’t able to hold a microsecond value.
- cstewartFormer Employee
WHen you read from MySQL you you could an execute statement, reading the column out and translating it into a string (CAST as CHAR). This would then let you carry the higher resolution of milliseconds downstream, the disadvantage being you would no longer deal with it as a timestamp.