mysql如何查詢當前年,算日期間查幾個月?
你要給字段名出來啊,比如,你要查的字段名,你的時間字段名。 select 所查字段名 from xx(表) where (時間字段) >'2017-03-10 07:00:00' and (時間字段) < '2017-03-10 08:55:00' and 所查字段 is null ;
你要給字段名出來啊,比如,你要查的字段名,你的時間字段名。 select 所查字段名 from xx(表) where (時間字段) >'2017-03-10 07:00:00' and (時間字段) < '2017-03-10 08:55:00' and 所查字段 is null ;