文章列表
查询数据库所有表
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"
/>