Documents tagged with "EXECUTE"
Your Query returned 1 result
-
- How to Execute Prepared SQL in CUBRID
- In order to prepare SQL in CUBRID, we should use the PREPARE syntax: PREPARE stmt_name FROM preparable_stmt Remember that the preparable_stmt must be wrapped in single quotes. To execute the prepared SQL, we should use EXECUTE syntax: EXECUTE stmt_name [!USING value...
http://www.cubrid.org/wiki_tutorials/entry/execute-prepared-sql-in-cubrid