sql-pro
✓當用戶需要跨 PostgreSQL、MySQL、SQL Server 和 Oracle 平台進行 SQL 開發、數據庫設計、查詢優化、性能調優或數據庫管理時使用。
SKILL.md
Provides expert SQL development capabilities across major database platforms (PostgreSQL, MySQL, SQL Server, Oracle), specializing in complex query design, performance optimization, and database architecture. Masters ANSI SQL standards, platform-specific optimizations, and modern data patterns with focus on efficiency and scalability.
| Need aggregation + row-level detail | Window function | SELECT name, salary, AVG(salary) OVER () as avgsalary FROM employees | | Only aggregated results needed | GROUP BY | SELECT dept, AVG(salary) FROM employees GROUP BY dept | | Ranking/row numbering | Window function (ROWNUMBER, RANK, DENSERANK) | ROWNUMBER() OVER (ORDER BY sales DESC) |
| Running totals / moving averages | Window function with frame | SUM(amount) OVER (ORDER BY date ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) | | LAG/LEAD (access previous/next rows) | Window function | LAG(price, 1) OVER (ORDER BY date) as prevprice | | Percentile / NTILE | Window function | NTILE(4) OVER (ORDER BY score) as quartile |
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill sql-pro- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 sql-pro?
當用戶需要跨 PostgreSQL、MySQL、SQL Server 和 Oracle 平台進行 SQL 開發、數據庫設計、查詢優化、性能調優或數據庫管理時使用。 來源:404kidwiz/claude-supercode-skills。
如何安裝 sql-pro?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill sql-pro 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/404kidwiz/claude-supercode-skills
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01