G
Guest
Hi,
I've got something like
SELECT (stop - start ) FROM table1; where stop and start are date/time
for example
I get:0,239583333333333 for start:7:15:00 stop13:00:00
How do I convert result to appropriate result: 5:45:00
alek_mil
I've got something like
SELECT (stop - start ) FROM table1; where stop and start are date/time
for example
I get:0,239583333333333 for start:7:15:00 stop13:00:00
How do I convert result to appropriate result: 5:45:00
alek_mil