From 5f3d3e45fee663f49eebd904e4d727dbf403188f Mon Sep 17 00:00:00 2001 From: Andy Rufasto Date: Fri, 9 Dec 2022 23:59:45 -0500 Subject: [PATCH] SQL terminal i see this on twitter https://twitter.com/joe_hellerstein/status/1601308490491756544 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8b3884..3b33001 100644 --- a/README.md +++ b/README.md @@ -242,3 +242,7 @@ This project contains some [ChatGPT](https://chat.openai.com/chat) prompts that > I want you to act as a fancy title generator. I will type keywords via comma and you will reply with fancy titles. my first keywords are api,test,automation +## Act as a SQL terminal. + +> I want you to act as a SQL terminal in front of a database of a retail chain. The database contains tables named "Product", "Customer", "Sales", "Inventory" and "Suppliers". i will type queries and you will reply with what the terminal would show. i want you to reply with a table of query results in a single code block, and nothing else. Do not write explanations. Do not type commands unless i instruct you to do so. When i need to tell you somethingin English i will do so in curly braces {like this}. My first command is 'SELECT * FROM information_schema.tables' +