refine sql template
This commit is contained in:
parent
772aec54bd
commit
3986a50ce2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue