Visualizzazione dei risultati da 1 a 4 su 4

Discussione: errore tabella

  1. #1
    Utente di HTML.it
    Registrato dal
    Jan 2005
    Messaggi
    579

    errore tabella

    query SQL:

    CREATE TABLE utenti_starfinger(

    id INT( 11 ) NOT NULL AUTO_INCREMENT ,
    user( 255 ) NOT NULL ,
    pass VARCHAR( 255 ) NOT NULL ,
    nome VARCHAR( 255 ) NOT NULL ,
    cognome VACHAR( 255 ) NOT NULL ,
    age VACHAR( 255 ) NOT NULL ,
    msn_contact( 255 ) VACHAR NOT NULL ,
    icq_contact( 255 ) VACHAR NOT NULL ,
    INDEX ( id )
    )
    Messaggio di MySQL:

    #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(255) NOT NULL,
    pass VARCHAR (255) NOT NULL,
    nome VAR

    xkè questo errore???
    grazie
    l'uomo è tutto ciò che non può essere

    http://www.ebug.it Discussioni da web Designer

    http://www.ebug.it/?p=354 e Dart Fener dove lo mettiamo lol

  2. #2
    Utente di HTML.it L'avatar di VaLvOnAuTa
    Registrato dal
    Jun 2002
    Messaggi
    2,003
    codice:
    [supersaibal]CREATE TABLE utenti_starfinger(
    
    id INT( 11 ) NOT NULL AUTO_INCREMENT ,
    user VARCHAR( 255 ) NOT NULL ,
    pass VARCHAR( 255 ) NOT NULL ,
    nome VARCHAR( 255 ) NOT NULL ,
    cognome VARCHAR( 255 ) NOT NULL ,
    age VARCHAR( 255 ) NOT NULL ,
    msn_contact VARCHAR( 255 ) NOT NULL ,
    icq_contact VARCHAR( 255 ) NOT NULL ,
    INDEX ( id )
    )[/supersaibal]
    Manca ciò che ho messo in grassetto

  3. #3
    codice:
    CREATE  TABLE utenti_starfinger( id INT( 11  )  NOT  NULL  AUTO_INCREMENT ,
    user VARCHAR( 255  )  NOT  NULL ,
    pass VARCHAR( 255  )  NOT  NULL ,
    nome VARCHAR( 255  )  NOT  NULL ,
    cognome VARCHAR( 255  )  NOT  NULL ,
    age VARCHAR( 255  )  NOT  NULL ,
    msn_contact VARCHAR( 255  )  NOT  NULL ,
    icq_contact VARCHAR( 255  )  NOT  NULL ,
    INDEX (id)  )
    Nulla è impossibile. Il difficile è trovare la soluzione che renda l'impossibile possibile...
    http://www.eternaldream.it

  4. #4
    Utente di HTML.it
    Registrato dal
    Jan 2005
    Messaggi
    579
    grazie
    nn lo avevo notato
    ciao
    l'uomo è tutto ciò che non può essere

    http://www.ebug.it Discussioni da web Designer

    http://www.ebug.it/?p=354 e Dart Fener dove lo mettiamo lol

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.