How can I use COLUMN option in SCRIPT. I'm not able to figure this java -classpath h2-1.4.199.jar org.h2.tools.Script -url "jdbc:h2:file:C:\test_db" -user sa -password "" -script "backup.sql" -options COLUMNS
Exception in thread "main" org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "SCRIPT TO 'backup.sql' COLUMNS[*]"; SQL statement: SCRIPT TO 'backup.sql' COLUMNS [42000-199] Please help me on this topic -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/68413032-86f0-4f48-a24c-c5a490975d74n%40googlegroups.com.
