I'm using HSQLDB for persisting a small data, in my query I want to create tables at first time and if they are not exist anymore.
However with HSQLDB I cannot execute the query "CREATE TABLE XYS IF NOT EXISTS" like other dbms like mysql or mssql.
Please give me solution for this case.