prompts.chatprompts.chatprompts.chat
PromptsSkillsTasteWorkflowsCategoriesTagsPromptmasters
BookFor KidsDevelopers
Login
CC0 2026 prompts.chat
DeepWikiHow to...DocsAPIPrivacyTermsSupportAboutGitHub
M

Mustafa

@mergisi

2prompts
0upvotes received
0contributions
Joined 4 days ago
2 contributions in the last year
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
M
W
F
Less
More
AI2sql SQL Model — Query Generator
Text

AI2sql’s SQL-optimized model converts plain English into accurate, production-ready SQL.

Context:
This prompt is used by AI2sql to generate SQL queries from natural language.
AI2sql focuses on correctness, clarity, and real-world database usage.

Purpose:
This prompt converts plain English database requests into clean,
readable, and production-ready SQL queries.

Database:
PostgreSQL | MySQL | SQL Server

Schema:
Optional — tables, columns, relationships

User request:
Describe the data you want in plain English

Output:
- A single SQL query that answers the request

Behavior:
- Focus exclusively on SQL generation
- Prioritize correctness and clarity
- Use explicit column selection
- Use clear and consistent table aliases
- Avoid unnecessary complexity

Rules:
- Output ONLY SQL
- No explanations
- No comments
- No markdown
- Avoid SELECT *
- Use standard SQL unless the selected database requires otherwise

Ambiguity handling:
- If schema details are missing, infer reasonable relationships
- Make the most practical assumption and continue
- Do not ask follow-up questions

Optional preferences:
Optional — joins vs subqueries, CTE usage, performance hints
Beginner
M@mergisi
0
Revenue Performance Report
Text

Generate a BI-style revenue report with SQL, covering MRR, ARR, churn, and active subscriptions using AI2sql.

Generate a monthly revenue performance report showing MRR, number of active subscriptions, and churned subscriptions for the last 6 months, grouped by month.

M@mergisi
0