04 2015 档案

MySQL相关知识总结
摘要:1. 显示所有表 show tables; 还有information_schema数据库里面有tables表,记录了所有表信息 use information_schema; select * from tables; 2. MySQL联合查询更新 update a , b set a.name= 阅读全文

posted @ 2015-04-07 17:17 angelshelter 阅读(151) 评论(0) 推荐(0)

导航