SELECT Max(date) FROM dateTable WHERE extract(dow from date) = 1; -- 日曜日(0)から土曜日(6)までの曜日
max ------------ 2016-07-11