weixin_39824033的博客1.我的MySQL中的start_time存储的是2018-03-21 10:55:32格式的时间,我需要按照YYYY-MM-DD格式来查询,我的MySQL中的sql是这样写的:SELECT * from mytable WHERE DATE_FORMAT(start_time,"%Y-%m-%d")='2018-03-21'...
罗博深的博客Hello guys.. I was wondering if any of you tried using DATE_FORMAT in ... you see I''m trying to format one of my field using date_format but the problem is when I try to run it in python it gives...