sql-reports

# SQL Reports Query Delivery Orders from SQL Server and generate delivery reports for business analysis. ## Overview This skill connects to a SQL Server database to extract and analyze delivery order data. It's designed for warehouse managers and logistics teams who need quick access to delivery statistics without writing SQL queries manually. ## Database Connection - **Server:** LTEDP056\SQLEXPRESS - **Port:** 1433 - **Database:** DeliveryDB - **Driver:** ODBC Driver 17 for SQL Server ## Prerequisites 1. Python 3.8+ installed 2. pyodbc library installed: `pip install pyodbc` 3. ODBC Driver 17 for SQL Server installed on Windows 4. Network access to LTEDP056 server on port 1433 ## Available Queries ### 1. summary_by_month Returns monthly delivery summary with total orders, revenue, and delivery status breakdown. **Output:** Table with Month, TotalOrders, TotalRevenue, Delivered, Pending, Cancelled columns ### 2. monthly_comparison Compare delivery performance between two months. **Input:** Month1 (YYYY-MM), Month2 (YYYY-MM) **Output:** Side-by-side comparison table ### 3. quarterly_report Generate comprehensive quarterly delivery report with trends. **Input:** Year (YYYY), Quarter (1-4) **Output:** Detailed report with weekly breakdown ### 4. summary_by_year Annual delivery summary with year-over-year growth metrics. **Input:** Year (YYYY) **Output:** Annual statistics and growth indicators ## Usage Run from command line: ```bash python query.py summary_by_month python query.py monthly_comparison 2025-01 2025-02 python query.py quarterly_report 2025 1 python query.py summary_by_year 2025

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sql-reports" with this command: npx skills add kyawzo-ptcl/sql-reports

SQL Reports

Query Delivery Orders from SQL Server and generate delivery reports for business analysis.

Overview

This skill connects to a SQL Server database to extract and analyze delivery order data. It's designed for warehouse managers and logistics teams who need quick access to delivery statistics without writing SQL queries manually.

Database Connection

  • Server: LTEDP056\SQLEXPRESS
  • Port: 1433
  • Database: DeliveryDB
  • Driver: ODBC Driver 17 for SQL Server

Prerequisites

  1. Python 3.8+ installed
  2. pyodbc library installed: pip install pyodbc
  3. ODBC Driver 17 for SQL Server installed on Windows
  4. Network access to LTEDP056 server on port 1433

Available Queries

1. summary_by_month

Returns monthly delivery summary with total orders, revenue, and delivery status breakdown.

Output: Table with Month, TotalOrders, TotalRevenue, Delivered, Pending, Cancelled columns

2. monthly_comparison

Compare delivery performance between two months.

Input: Month1 (YYYY-MM), Month2 (YYYY-MM) Output: Side-by-side comparison table

3. quarterly_report

Generate comprehensive quarterly delivery report with trends.

Input: Year (YYYY), Quarter (1-4) Output: Detailed report with weekly breakdown

4. summary_by_year

Annual delivery summary with year-over-year growth metrics.

Input: Year (YYYY) Output: Annual statistics and growth indicators

Usage

Run from command line:

python query.py summary_by_month
python query.py monthly_comparison 2025-01 2025-02
python query.py quarterly_report 2025 1
python query.py summary_by_year 2025

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Life Savers

Life Savers is a classic American ring-shaped hard candy brand known for its Five Flavors rolls and over 110 years of history, owned by Mars since 2005.

Registry SourceRecently Updated
General

09 Finance Settlement

社区团购财务与结算全链路技能包。涵盖平台盈利模型、团长佣金结算、供应商采购结算、资金流管理及配套工具。适用于平台财务负责人、运营管理者。

Registry SourceRecently Updated
General

Manulife

跨国寿险和金融服务集团,聚焦亚洲市场,提供寿险、健康险、养老金及资产管理业务。

Registry SourceRecently Updated
General

Lyft Company

提供Lyft公司发展历程、商业模式、品牌差异化及与Waymo合作的自动驾驶网约车战略分析。

Registry SourceRecently Updated
sql-reports | V50.AI