Hello all,
In a table I have a FromDateTime and a ToDateTime, I need to calculate the difference and place that answer into a third column. In addition, I need to calculate the mean, median and mode and place those into another set of columns.
What is the best way to do this? One method of course is to do it within the Xojo app that needs the info. But, would it be better to off load work to PostgreSQL?
If using postgre, what is the best way to do this??
Thanks,
Tim