Skip to content

Commit 863e7c8

Browse files
authored
Update tutorial.md
What is shown is generally referred to as parameterized SQL queries. Dynamic SQL generally refers to construction of SQL at runtime from strings. One example would be to construct a query in an SQLPage module from strings, write it to a *.sql file via enabled "exec" command, and load the new file via run_sql. Another possibility is provided by some RDBMS engines supporting exec/eval commands to evaluate a string as an SQL statement.
1 parent e9656e1 commit 863e7c8

File tree

1 file changed

+2
-2
lines changed
  • examples/official-site/your-first-sql-website

1 file changed

+2
-2
lines changed

examples/official-site/your-first-sql-website/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ For more information about the properties that can be set in sqlpage.json, see [
112112
![screenshot for the full sql website folder organisation](full-website.png)
113113

114114

115-
Use dynamic SQL queries to let users interact with your database
116-
=================================================================
115+
Use parameterized SQL queries to let users interact with your database
116+
======================================================================
117117

118118
### Displaying a form
119119

0 commit comments

Comments
 (0)