With the time data type (I'm using Microsoft SQL Server 2008), is there any way to take only the minute part out of it? I tried to pass the time to datepart and datediff function but both refused to work.
Example: I want to get 15 from 04:15
|
With the time data type (I'm using Microsoft SQL Server 2008), is there any way to take only the minute part out of it? I tried to pass the time to datepart and datediff function but both refused to work. Example: I want to get 15 from 04:15 |
|||||
|
Utilize the
|
|||||||
|