To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61611
                  Issue #:|61611
                  Summary:|Sorting a column in a query returns double records.
                Component:|Database access
                  Version:|OOo 2.0.1
                 Platform:|PC
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P2
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|iscrow





------- Additional comments from [EMAIL PROTECTED] Sat Feb  4 10:23:23 -0800 
2006 -------
I created a database connected to my Mozilla Thunderbird address book with the
"Address Book Source" wizard under File/Templates.

I then created a simple query based on one of the tables that returns just some
of the fields. If I sort one any of the fields, the query returns double the
records in the table. I get two copies of each record. For example:

my Business Addresses table contains the following:

address1      company1
address3      company3
address2      company2

Then I create the following query:

SELECT "Address 1", "Company" FROM "Business Addresses" "Business Addresses"
ORDER BY "Company" ASC

The query returns the following:

address1      company1
address2      company2
address3      company3
address1      company1
address2      company2
address3      company3

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