Query failed: select * from tbl_category  where (discount_start_date < NOW() 
											OR discount_start_date is NULL or discount_start_date = '') 
									    and discount_expire_date >= NOW()  and category_active = 1
										order by discount_expire_date DESC - Incorrect DATETIME value: ''