Using Sequoia 2.10.2, I try to execute this INSERT query : "INSERT INTO mytable VALUES (4,'test','test)" .
I get this error message : "An error occured while executing SQL query (org.continuent.sequoia.common.exceptions.driver.DriverSQLException : Message of cause: Unknown table 'mytable' in this INSERT statement: 'INSERT INTO mytable VALUES (4,'test','test)' )"
However, I can do "SELECT * from mytable", and it works perfectly. "show tables" also returns "mytable" in its list.
Thanks for your help.
Paul
_______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
