I'm puting data from mysql database to an optionbox....
I'm using this code:
3 answers
mysql select sintax:
SELECT
[ALL | DISTINCT | DISTINCTROW ]
....
The ALL, DISTINCT, and DISTINCTROW options specify whether duplicate rows should be returned. If none of these options are given, the default is ALL (all matching rows are returned). DISTINCT and DISTINCTROW are synonyms and specify that duplicate rows in the result set should be removed.
2006-07-16 07:56:25
·
answer #2
·
answered by Deep Thought5
·
0⤊0⤋