|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
do not repeat
I want to display the results of a query. However some results are duplicated and i wanted to show only instance of each. Can anyone help?
|
|
#2
|
|||
|
|||
|
Let SQL select distinct rows for you. The query would look something like this:
PHP Code:
This would return only distinct rows from your table. For more info check this site. |
|
#3
|
|||
|
|||
|
Thanks rainbow.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > do not repeat |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|