SQLite系统表

select * from sqlite_master

SELECT name FROM sqlite_temp_master

PRAGMA table_info('warehouse') --表字段信息


PRAGMA cache_size =80000

pragma default_cache_size=80000

posted on 2012-07-18 10:34  笑看风云淡  阅读(848)  评论(0编辑  收藏  举报

导航