
MySQL 修改或者查询指定日期前的数据
day=天 WEEK=周 MONTH=月 YEAR=年 更新数据 update 表名 set 字段名=” where now() >SUBDATE(时间字段,interval -1 MONTH); 查询数据 select ...
day=天 WEEK=周 MONTH=月 YEAR=年 更新数据 update 表名 set 字段名=” where now() >SUBDATE(时间字段,interval -1 MONTH); 查询数据 select ...
(一)information_schema 数据库 1. schemata表 schema_name -- 用来存储数据库名 2. tables 表 table_schema -- 用来存储数据库名 tab...