mysql> insert into pic_row2show values (10, '3.2', '3.5', '4.7', 'ciao', 'bubu', 'settete');
ERROR 1471 (HY000): The target table pic_row2show of the INSERT is not insertable-into
verifica il formato dei valori che stai inserendo, ovvero se sono CHAR li devi mettere tra apici e se sono numerici gli apici puoi ometterli.
i numeri sono valori INT o FLOAT...
guarda queste cose