mysql-基本操作

#查询某个字段在哪些表里
SELECT * FROM information_schema.columns WHERE column_name='ploy_play_period';

#清空表
truncate table 表;

posted @ 2019-03-18 12:20  终究是乌云遮了天  阅读(92)  评论(0编辑  收藏  举报