日期格式自动转化为时间戳
SELECT txNo, year_month_date, UNIX_TIMESTAMP(year_month_date) * 1000 AS "Milliseconds" FROM order_contracts;