select order_num,order_date from Orders where Year(order_date) = 2020 and Month(order_date) = 1 order by order_date asc