thank you for you answer!!!
enter image description here table is this picture
SELECT * FROM
vehicle_warning_message v
WHERE
v.capture_time >= "2023-10-03%"
AND v.capture_time <= "2023-11-03%";
enter image description here Why can the value of 2023-11-03 be displayed, but not the value of 2023-10-03? The two values are the maximum time of the day, namely "2023-10-03 23:59:59" and "2023-11-03 23:59:59".