| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Mike Diehl | Date: | April 15 2010 12:05am |
| Subject: | Re: CLI can't read data from table | ||
| View as plain text | |||
On Wednesday 14 April 2010 5:49:43 pm Jesper Wisborg Krogh wrote: > Lines is a reserved keyword (e.g. like in "LINES TERMINATED BY"), so it > must be quoted: > > test> use test; > Database changed > test> CREATE TABLE `lines` (id int unsigned NOT NULL PRIMARY KEY) > ENGINE=InnoDB; Query OK, 0 rows affected (0.20 sec) Yup, that was it. I'm migrating from Postgres, so it never occured to me that "lines" might be reserved. Thanks. -- Take care and have fun, Mike Diehl.
| Thread | ||
|---|---|---|
| • CLI can't read data from table | Mike Diehl | 15 Apr |
| • Re: CLI can't read data from table | Jesper Wisborg Krogh | 15 Apr |
| • Re: CLI can't read data from table | Mike Diehl | 15 Apr |
| • Re: CLI can't read data from table | Dan Nelson | 15 Apr |
| • Re: CLI can't read data from table | Mike Diehl | 15 Apr |
