Skip to content

langren1992/code-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

20180421研发记录
查询数据库表信息

select table_name,table_schema,table_comment from information_schema.tables where table_name = '表名' and table_schema = "数据库名称"

查询数据库列信息

select * from information_schema.columns where table_name = '表名' and table_schema = "数据库名称"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published