On 19/04/2014 04:34, Patrick Meyer wrote:
I have an application that allows users to import data into Derby. As such, the users specify the column names. A user encountered a lexical error message that I have been able to reproduce with the following CREATE TABLE statements. Can anyone explain why the column names appear to be causing a lexical error and how to avoid it? I am using 10.9.1.
\uFEFF is a Unicode "zero-width line break" character. Presumably you're cutting and pasting from somewhere; try pasting into a plain-text editor and then cut & paste from there to get rid of it?
HTH, -- John English
