Tarun Maganti
Tarun Maganti

Reputation: 3076

How to run a sql script using SQL statements in HyperSQL DB?

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'

Upvotes: 1

Views: 876

Answers (1)

fredt
fredt

Reputation: 24352

Use the HSQLDB SQLTool. The link below describes how.

http://hsqldb.org/doc/2.0/util-guide/sqltool-chapt.html#N109EC

Upvotes: 1

Related Questions