SQL查询编辑器
示例查询:
- SELECT name FROM sqlite_master WHERE type = 'table';
- SELECT * FROM Comments LIMIT 5;
- SELECT COUNT(*) AS total_comments FROM Comments;
- PRAGMA table_info(Comments);
查询结果
正在执行查询,请稍候...
执行查询后,结果将显示在此处
执行错误