在MySQL中,我如何从30天前获取时间戳?
类似于:
select now() - 30
结果应该返回一个时间戳。
https://stackoverflow.com/questions/1095831
相似问题