SELECT t1.datum,t1.kg,t1.voce FROM prodaja AS t1, prodaja as t2 WHERE t1.datum=t2.datum AND t1.kg=t2.kg AND trim(t2.voce)='jabuka' AND t2.kg<>0