Do I need to phrase my prompts like SQL queries?

Do I need to phrase my prompts like SQL queries?

That would be pretty painful, @davisc :sweat_smile:

Fortunately, you can use natural language and PromptQL will translate that into the optimal SQL to run and execute via the API to return data in the form of an artifact :rocket:

We do have a bit more information here and again in our best practices.

SELECT 'If you have questions, please JOIN us — we’re always open to a query! :wink:' AS message;