hello everyone...
i like to know what is a suitable mysql clause instead of DISTINCT clause? i mean which clause same meaning and can produce same result as DISTINCT clause? how about GROUP BY? can i use GROUP by instead of DISTINCT clause?
i like to know what is a suitable mysql clause instead of DISTINCT clause? i mean which clause same meaning and can produce same result as DISTINCT clause? how about GROUP BY? can i use GROUP by instead of DISTINCT clause?
Comment