https://bugs.documentfoundation.org/show_bug.cgi?id=124069

            Bug ID: 124069
           Summary: Firebird SQL: INSERT INTO...SELECT
           Product: LibreOffice
           Version: 6.1.5.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 149957
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149957&action=edit
sampledb

tried to execute the following script:

INSERT INTO "t2"
(accountchart, accountcode) 
SELECT 
accountchart, 
accountcode
FROM "t1"

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

Reply via email to