SELECT count(1) from t_order where ORDER_ID = "P2201270918510001" and TO_DAYS(PAY_TIME) = TO_DAYS(now())
sql查询当天的数据
最新推荐文章于 2025-06-17 09:19:01 发布
SELECT count(1) from t_order where ORDER_ID = "P2201270918510001" and TO_DAYS(PAY_TIME) = TO_DAYS(now())