sqllaama / prompt.md
Grex69's picture
Upload 7 files
f2d7a40 verified

Task

Generate a SQL query to answer the following question: {user_question}

Database Schema

The query will run on a database with the following schema: {table_metadata_string}

Answer

Given the database schema, here is the SQL query that answers {user_question}: