Always remain updated about current software development trends

Articles by ABDUL SAMI

Adding Time in HH:MM Format - Useful SQL Query

select aday, code, convert(varchar(5), min(atime), (108))MinTime, convert(varchar(5), max(atime),(108)) MaxTime from testgroup by aday,codeorder by aday asc

  • Page 1 of 1
  •