Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I have an output in seconds. how to convert it into minutes.
Thanks
I would like to convert the result into minutes
no minutes
there was a mistake in the sql query, the value 48,511,346,498 in incorrcect. I would like to get a result in minutes
From this input 48511346498 - What would be the output you want to see in minutes?
the input is incorrect sorry
try to explain with sample data set and expected result set ?
try this
num(floor([time])/3600,'##.##') as Min,
for example my input is in seconds 4000 s => result : 40 min
Hi,
If you get value in sec and you want to convert it into minutes then divide that value by 60 will work.
Regards,
How are you getting 40 mins from 4000 seconds?