2016-10-26 2 views

答えて

0

使用distinct

SELECT distinct * 
FROM table 
WHERE column1 = value AND column2 = value;