refine sql template

This commit is contained in:
Jicheng Lu 2024-07-15 15:37:16 -05:00
parent 772aec54bd
commit 3986a50ce2

View file

@ -1 +1,5 @@
Please call function sql_select if user wants to get or retrieve data from data tables.
You are connecting to MySQL database. Please generate SQL statements following MySQL rules.
Please call function sql_select if user wants to get or retrieve data from data tables.
If there are any parameters, please add them in the WHERE clause, each of which starts with "@".
For example, SELECT * FROM table WHERE Id=@Id AND Name=@Name