![]() |
Sergey Kornilov admin 1/29/2021 |
Do you use a JOIN SQL query? Results may multiply when you use such a SQL Query. |
F
|
francoantonacci author 1/29/2021 |
Do you use a JOIN SQL query? Results may multiply when you use such a SQL Query.
|
![]() |
Sergey Kornilov admin 1/30/2021 |
If you have users that have multiple addresses then data will be duplicated. This is how JOIN SQL queries work. |
F
|
francoantonacci author 1/31/2021 |
If you have users that have multiple addresses then data will be duplicated. This is how JOIN SQL queries work.
|
![]() |
Sergey Kornilov admin 2/2/2021 |
If you have duplicate addresses in your addresses table you need to clean your data removing duplicates in the database itself. This is the best option, why would you want to have duplicates? |