mysql - 表结构查询
摘要:查询表结构,在oracle下很麻烦,mysql可太容易了,数据都在 information_schema 的表中; 这些语句在项目部署过程中经常使用,需要用于验证是否完成数据初始化; 也经常用于逆向工程,通过分析数据库表结构,生成可能出现的代码。 -- 展示所有数据库 SHOW DATABASES;
阅读全文
posted @ 2017-08-31 15:07
posted @ 2017-08-31 15:07
posted @ 2017-08-08 20:43
posted @ 2017-08-08 20:33
posted @ 2017-08-08 20:33
posted @ 2017-08-08 20:32
posted @ 2017-08-08 20:30
posted @ 2017-08-08 20:25