I create table USERS with such fields : ID INTEGER PRIMARY KEY, NAME VARCHAR(255), PASSWORD CHAR(10) and added an entry with the following command INSERT INTO USERS VALUES (01,"user1","user1"); in the end I get an error: *Column "user1" not found; SQL statement: INSERT INTO USERS VALUES (01,"user1","user1") [42122-171]<http://192.168.109.206:8082/query.do?jsessionid=7af1b1976e7a60f0b2ecea59f1d27be5#>42S22/42122
* I do not know what I'm doing wrong? sorry for my bad english -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
