Guys, Is there a way to set nanos for Timestamp from sql statement? The only way to set nanos I see at the moment is to use PrepareStatement together with java.sun.Timestamp#setNanos() in Java. Did I miss something?
Thanks, Sergey
Guys, Is there a way to set nanos for Timestamp from sql statement? The only way to set nanos I see at the moment is to use PrepareStatement together with java.sun.Timestamp#setNanos() in Java. Did I miss something?
Thanks, Sergey