Skip to content

Commit 5d46fe7

Browse files
Update reference/cubrid/functions/cubrid-prepare.xml
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
1 parent 200a68b commit 5d46fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/cubrid/functions/cubrid-prepare.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<simpara>
2222
Accordingly, you can use this statement to execute it several times repeatedly or to
2323
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
24+
a question mark (<literal>?</literal>) at the appropriate place in the SQL statement. Add a parameter when you
2525
bind a value in the VALUES clause of an INSERT statement or in the WHERE clause. Note that a
2626
value can be bound to a MARK(?) only by using the <function>cubrid_bind</function> function.
2727
</simpara>

0 commit comments

Comments
 (0)