MikeBronner
Programmer
I would like to convert minutes into hours and minutes inside a SQL select statement as follows:
SELECT *, convert Time to hours AS Hours FROM Table
where time is a datafield containing the number of minutes.
Is this possible?
Thanks! Take Care,
Mike
SELECT *, convert Time to hours AS Hours FROM Table
where time is a datafield containing the number of minutes.
Is this possible?
Thanks! Take Care,
Mike