SELECT year(callTheRollTime) from schedule_account 獲取年
SELECT
month(callTheRollTime) from schedule_account 獲取月份
SELECT
day(callTheRollTime) from schedule_account 獲取日
SELECT
date(callTheRollTime) from schedule_account 獲取時間 2018-02-27
SELECT
hour(callTheRollTime) from schedule_account 獲取時
SELECT
MINUTE(callTheRollTime) from schedule_account 獲取分
SELECT
second(callTheRollTime) from schedule_account 獲取秒
