This is my sql statement, and im now getting my shiptime field in a time format but i still want to get it to non military time, how can i do that?
select bol.loadnumber, bol.testname,bol.testscore,bol.ldhshipdate,
substring(right('000000' + ltrim(cast(bol.shiptime as varchar(6))),6),1...