To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57380
                  Issue #:|57380
                  Summary:|distinct in query returnes wrong result
                Component:|Database access
                  Version:|OOO 2.0 Beta2
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P2
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|mohk





------- Additional comments from [EMAIL PROTECTED] Fri Nov  4 11:57:16 -0800 
2005 -------
OOo Version: 1.9.129

1\ create an opendocument spreadsheet, csv-data follows
Date;Value
1.1.2005;11
2.1.2005;21
3.1.2005;31
1.2.2005;12
2.2.2005;22
3.2.2005;32

2\ create an opendocument database
3\ create a query
select distinct month(value) from table1

result is:
1
1
1
2
2
2

result should be:
1
2

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to