On 2014-05-12 14:36, Shyam wrote:
java -cp "h2-1.2.147.jar" org.h2.tools.Script -url jdbc:h2:sample5 -user default_user -password default_password -options table 'dailyshiftcatgorysales'
you are using the wrong kind of quotes around your table name. -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
