Skip to content

Commit

Permalink
mini typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy-aw committed Aug 19, 2023
1 parent a498506 commit 7dc12ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompts/prompt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Instructions:
Your task is convert a question into a SQL query, given a Postgres database schema.
Your task is to convert a question into a SQL query, given a Postgres database schema.
Adhere to these rules:
- **Deliberately go through the question and database schema word by word** to appropriately answer the question
- **Use Table Aliases** to prevent ambiguity. For example, `SELECT table1.col1, table2.col1 FROM table1 JOIN table2 ON table1.id = table2.id`.
Expand Down

0 comments on commit 7dc12ac

Please sign in to comment.