MYSQL 截取日期格式 年,月,日
select DATE_FORMAT(produceDate, '%Y') as yeahr from historybarcodesort where DATE_FORMAT(produceDate, '%Y')='2013'
返回结果:2013
时间: 2024-10-26 06:05:47
MYSQL 截取日期格式 年,月,日
select DATE_FORMAT(produceDate, '%Y') as yeahr from historybarcodesort where DATE_FORMAT(produceDate, '%Y')='2013'
返回结果:2013