not load duplicate criteria from mysql
Posted: Sat Jun 28, 2008 6:36 am
hello i have one mysql and i wan to load some records with where.....
but in some records has duplicate values
example
select all records form some database ...
results ........
id = 1, first_name = jim, mobile = 123456789,
id = 2, first_name = george, mobile = 123456789,
i dont want load the second record because has the same mobile...
the records is too many...
and the duplicates are also many....
any idea ?
but in some records has duplicate values
example
select all records form some database ...
results ........
id = 1, first_name = jim, mobile = 123456789,
id = 2, first_name = george, mobile = 123456789,
i dont want load the second record because has the same mobile...
the records is too many...
and the duplicates are also many....
any idea ?