我有一个带有“日期”列的表。每个日期可能会出现多次。如何只选择出现<k次的日期?
select dates from table t group by dates having count(dates) < k ;
希望它适用于ORACLE。高温超导