ANSWERS: 1
  • Try using a GROUP BY clause. select * FROM x WHERE y GROUP BY z This should group all terms that are the same. Or you could use SELECT DISTINCT x FROM y; http://dev.mysql.com/doc/refman/5.1/en/select.html

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy