yes both statements (create table and insert) generates a syntax error when tried through a console
tables are as store table | CREATE | TABLE jbosscache | ( | fqn VARCHAR(255) NOT NULL, | node BLOB, | parent VARCHAR(255), | PRIMARY KEY (fqn) | ) | dummy table CREATE | TABLE jbosscache_d | ( | i CHAR(1) | ) Thanks Atif View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209034#4209034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209034 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
