select created_at from opm_mw_raw_data where 优化 #276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
√ 第一个要做的事情:把opm_mw_raw_data的数据变成两个表,1个月内的,1个月外的,每天定时清理
要写一个定时程序来清理
第二个要做的事情:opm_mw_raw_data 新插入的数据,要增加对应的 列 organ_sign, scode
第三个要做的事情:把硬编码消灭掉
select *** from opm_mw_raw_data 优化to select created_at from opm_mw_raw_data where 优化