![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am using 8.0 beta 1 on an RH 8 Linux server. I have a union query that I am converting from access (where it worked) and it is returning duplicates. The only difference between the two rows is the Row field, which is returned automatically. and an example of a row that it has returned duplicate. I have verified that the row only shows up 1 time in each select statement when run individually. Here is a sample of the duplicates it returned (one was row 2 and the other row 3, but that didn't seem to come with a copy and paste from pgadmin): 2;"486CORE-D16-F4-C66-N0-R3-S-E";6.6;5.274;97;3;6.6 2;"486CORE-D16-F4-C66-N0-R3-S-E";6.6;5.274;97;3;6.6 |
#3
| |||
| |||
|
|
I am using 8.0 beta 1 on an RH 8 Linux server. I have a union query that I am converting from access (where it worked) and it is returning duplicates. The only difference between the two rows is the Row field, which is returned automatically. and an example of a row that it has returned duplicate. I have verified that the row only shows up 1 time in each select statement when run individually. Here is a sample of the duplicates it returned (one was row 2 and the other row 3, but that didn't seem to come with a copy and paste from pgadmin): 2;"486CORE-D16-F4-C66-N0-R3-S-E";6.6;5.274;97;3;6.6 2;"486CORE-D16-F4-C66-N0-R3-S-E";6.6;5.274;97;3;6.6 |
#4
| |||
| |||
|
|
It is very weird, I just tried both a group by and distinct and both of them still return the duplicates. I also tried a very simple union which didn't return any duplicates, both of these said, it is obviously not a problem with union. |
![]() |
| Thread Tools | |
| Display Modes | |
| |