sqlcoder/prompt.md

11 lines
194 B
Markdown
Raw Normal View History

2023-11-15 01:48:37 +08:00
# Task
2023-10-04 22:25:31 +08:00
Generate a SQL query to answer the following question:
`{user_question}`
2023-08-18 17:04:38 +08:00
2023-11-15 01:48:37 +08:00
# Database Schema
2023-10-04 22:25:31 +08:00
The query will run on a database with the following schema:
2023-08-18 17:04:38 +08:00
{table_metadata_string}
2023-11-15 01:48:37 +08:00
# SQL
```