I have a .sql file and I need to run it using SQL statement in HSQLDB which is similar to H2's RUNSCRIPT FROM 'abc.sql'
Asked
Active
Viewed 804 times
1

Tarun Maganti
- 3,076
- 2
- 35
- 64
1 Answers
1
Use the HSQLDB SQLTool. The link below describes how.
http://hsqldb.org/doc/2.0/util-guide/sqltool-chapt.html#N109EC

fredt
- 24,044
- 3
- 40
- 61