select editorial, count(*) from libros group by editorial having count(*)>2;. Se utiliza "having", seguido de la condición de búsqueda, para seleccionar ciertas ...
確定! 回上一頁