Timothy J. Wisniewski wrote:
Hi,If I issue the command with ij create table testing (open int not null); I get the error ERROR 42X01: Syntax error: Encountered "open" at line 1, column 23.
open and close are documented as reserved words at : http://db.apache.org/derby/docs/10.4/ref/rrefkeywords29722.html So I think it's not a bug. Kathey
