https://bugs.freedesktop.org/show_bug.cgi?id=57662

          Priority: medium
            Bug ID: 57662
          Assignee: [email protected]
           Summary: SQL Insert confuses the VALUES with the COLUMNS/FIELDS
          Severity: major
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: x86 (IA32)
            Status: UNCONFIRMED
           Version: unspecified
         Component: Database
           Product: LibreOffice

Created attachment 70752
  --> https://bugs.freedesktop.org/attachment.cgi?id=70752&action=edit
Database

I created the database with a countries table. See attachment.

When I run an insert statement:

INSERT INTO "countries" ("country", "short", "dialcode", "continentid") VALUES
("Tanzania", "TZ", 255, 0);

I get an error: 

5: Column not found: Tanzania

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to