Sep 26, 2007 #1 mbryantuk Programmer Aug 3, 2007 29 GB Hi Is it possible to convert Ticks stored in a table field to seconds using sql? Thanks Matt
Sep 26, 2007 #2 Otto Programmer Dec 31, 1998 224 HU If your tick means millisecond: 1sec=1000ms, so you should div the ticks with 1000. Upvote 0 Downvote