Your Query returned 1 result
-
- How to Run a SQL Script / File
- There are several ways to run queries from a SQL file. One of the easiest ways is run scripts directly using the CSQL command line interpreter. Assuming the script you want to run is named "insert_commands.sql", the following commands should be ran within csql:
;CL ;READ in...
http://www.cubrid.org/wiki_tutorials/entry/how-to-run-a-sql-script-file