MySQL Forums
Forum List  »  Newbie

Re: right syntax for the use of near: insert into
Posted by: laptop alias
Date: April 22, 2010 09:25AM

INSERT INTO werte 
( `benutzername`
, 'passwort`
, `name`
, `vorname`
, `Geburtsdatum`
, `strasse`
, `plz`
, `ort`
, `email`) 
VALUES 
( '$benutzername'
, '$pass'
, '$name'
, '$vorname'
, '$Geburtsdatum'
, '$strasse'
, '$plz'
, '$ort'
, '$email')"; 

Options: ReplyQuote


Subject
Written By
Posted
Re: right syntax for the use of near: insert into
April 22, 2010 09:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.