To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116509
                 Issue #|116509
                 Summary|first result ignored with a certain form of outer join
                        | in a request
               Component|Database access
                 Version|OOO330m19
                Platform|All
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|dbaneedsconfirm
             Reported by|fdany





------- Additional comments from fd...@openoffice.org Wed Jan 19 07:33:02 +0000 
2011 -------
A request in SQL mode Using a view on SQL Server with an outer join on a table
which is not the main table gives a resultset with the first result is ignored.

Example
LEFT OUTER JOIN tache_programmee AS tp ON
tp.TAPR_CODE_INTERNE=e.TAPR_CODE_INTERNE AND
p.ID_SERVICE_ORIGINE=e.ID_SERVICE_ORIGINE_TACHE
        LEFT OUTER JOIN activite_dg AS a ON 
a.ACDG_CODE_INTERNE=tp.ACDG_CODE_INTERNE
E is the main table (FROM table)

tested with order by and order by desc => the first row is ignored

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to