MySQLでDateTimeからTimeを引く

日付 2021.02.25
タイトル MySQLでDateTimeからTimeを引く
本文
select timestampadd(second, -(time_to_sec(時間項目)), 日時項目), ... from ...