[Solved] changing the time format from HH:MM:SS to HH:MM AM/PM [duplicate]


Try

SELECT TIME_FORMAT('10:20:00', '%h:%i %p')

Here is the SQLFiddel Demo

0

solved changing the time format from HH:MM:SS to HH:MM AM/PM [duplicate]