Hi all,
I have a SQL view that has a column with values in the SQL TIME format. They are actually durations, that show up well in various SQL clients. However, when I create a procedure for that view in MyDBR, the value shows up as "7:00 PM". How can I get it to show as eg: "45:23:18" ?
I tried creating a column style. If I put "%s" as the printf argument, the output is: "45,:23,:18" , and if I put "%d", the output is "45" (as a number, which is cool because it remains sortable at least).
Any ideas as to how I might do this?
Thanks,
Simon
BTW - Great Product! Just what we needed.