Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    The target table pic_row2show of the INSERT is not insertable-into

    Questo è l'errore che mi viene restituito quando provo una INSERT sulla tabella pic_row2show



    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
    Perché?

  2. #2
    Utente di HTML.it L'avatar di echoweb
    Registrato dal
    Sep 2008
    Messaggi
    419
    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


    "Non soffocare la tua ispirazione e la tua immaginazione,
    non diventare lo schiavo del tuo modello"

    Vincent van Gogh

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.