摘要: truncate table table_name; //清除表数据 drop table table_name //删除表 like '_':匹配一个字符 ''%'':匹配0个以上字符 //模糊查询 ip in(val1, val2) //多个ip值 join //两个表关联列 as ''1" / 阅读全文
posted @ 2017-08-25 12:52 朴信惠 阅读(100) 评论(0) 推荐(0)