We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200a68b commit 5d46fe7Copy full SHA for 5d46fe7
1 file changed
reference/cubrid/functions/cubrid-prepare.xml
@@ -21,7 +21,7 @@
21
<simpara>
22
Accordingly, you can use this statement to execute it several times repeatedly or to
23
process long data. Only a single statement can be used, and a parameter may be marked with
24
- a question mark (?) at the appropriate place in the SQL statement. Add a parameter when you
+ a question mark (<literal>?</literal>) at the appropriate place in the SQL statement. Add a parameter when you
25
bind a value in the VALUES clause of an INSERT statement or in the WHERE clause. Note that a
26
value can be bound to a MARK(?) only by using the <function>cubrid_bind</function> function.
27
</simpara>
0 commit comments