mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
2024 chatgpt update
This commit is contained in:
+40
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22TaFdLsCrC9opshVnRpUo3%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# SQL Whisperer | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22TaFdLsCrC9opshVnRpUo3%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
SQL Whisperer is a natural language processing chatbot that translates SQL queries into their respective commands. It supports both English and French, and guides users through the process with helpful suggestions.
|
||||
|
||||
@@ -41,8 +41,46 @@ print("Translated SQL:", translated_sql)
|
||||
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
***Welcome to SQL Translate Chatbot!***
|
||||
|
||||
|
||||
|
||||
*I'm here to help you translate your natural language queries into SQL commands. It's easy! Just follow these steps:*
|
||||
|
||||
|
||||
|
||||
1. Type your query using plain language.
|
||||
|
||||
For example:
|
||||
|
||||
- To select all records from a table, you can say 'Show me all data from the table.'
|
||||
|
||||
- To insert a new record, type 'Add a new entry into the table.'
|
||||
|
||||
- To update a record, say 'Change data in the table.'
|
||||
|
||||
|
||||
|
||||
2. I support both English and French. You can switch between them at any time.
|
||||
|
||||
For English, keep it simple. For French, you can express your queries naturally.
|
||||
|
||||
|
||||
|
||||
3. If you ever need help or want to know which SQL commands I support, type 'help.'
|
||||
|
||||
I'm always here to assist you!
|
||||
|
||||
|
||||
|
||||
4. To switch to French, just type 'Passer au français.'
|
||||
|
||||
|
||||
|
||||
**Let's get started! Feel free to ask any SQL-related questions or commands, and I'll do my best to assist you.**
|
||||
|
||||
## Conversation
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user