mysql常用指令

Mysql

查看表的定义

1
show create table table_name;

时间函数

1
date_add(date(imp_date), interval 1 week)