当前位置: > 数据库 > MySQL >

mysql时间转换

时间:2016-07-17 22:31来源:linux.it.net.cn 作者:IT
unix_timestamp
 
问题描述,批量更新
 
这里我将datetime类型的字段转化为int 时间戳
 
update code_pay_prepare set ptime=unix_timestamp(pay_time);   如此处理即可。
(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容