sql 中英文格式的时间转数字格式时间:2023-03-08 18:50:27 select receiveBillDt,CONVERT(varchar(100), cast(receiveBillDt as datetime), 21),a.LoanDate from ProtocolInfo a where a.receiveBillDt is not null