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

          Priority: medium
            Bug ID: 81213
          Assignee: [email protected]
           Summary: REPORTBUILDER: Wrong table-clause generated by
                    reportbuilder for selects on oracle-db
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.2.0.4 release
         Component: Database
           Product: LibreOffice

Oracle does not accept the "AS" in select statements like this:

  select WHATEVER from "TABNAME" AS "ALIASNAME" 

This is, what the reportbuilder generates. 


If I ommit the "AS", the statement is executed correctly:

  select WHATEVER from "TABNAME" "ALIASNAME" 


I am using Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product

But Oracle Database 11g Enterprise Edition Release 11.2.0.1.0
does not accept the generated syntax too.

-- 
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