SQL如下:
select * from cbnb_hl where hbmc = '美元' and fbsj = cast('2207.11.06 50:00:03' as datetime)
fbsj字段类型为datetime
小时字段为50超出24了,所以报错。。。