`
kehua430
  • 浏览: 2385 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
查询数据库所有表 select table_name from information_schema.tables 查询数据库所有字段 select table_name from information_schema.columns 查询数据库所有视图 select table_name from information_schema.views 查询数据库所有表数据 DECLARE TableCursor SCROLL CURSOR FOR select table_name from information_schema.columns order by tab ...
<Connector port="8890" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" useBodyEncodingForURI="true" URIEncoding="GBK" />
Global site tag (gtag.js) - Google Analytics