ECTED]>
Sent: Tuesday, May 09, 2000 2:30 PM
Subject: Re: SQL insert question
> You can also do this
>
>
> INSERT INTO TABLE(THIS_FIELD) VALUES ('#FIELD1#')
> INSERT INTO TABLE(THIS_FIELD) VALUES (
To: "cftalk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 09, 2000 12:37 PM
Subject: SQL insert question
> I am trying to insert multiple variables into one field in a DB but each
> variable in it's own row. The problem I keep running into is that all the
> variables kee
620
Email: [EMAIL PROTECTED]
> --
> From: Spencer Saunders[SMTP:[EMAIL PROTECTED]]
> Sent: 09 May 2000 12:37
> To: cftalk
> Subject: SQL insert question
>
> I am trying to insert multiple variables into one field in a DB but each
>
y 09, 2000 12:37 PM
Subject: SQL insert question
> I am trying to insert multiple variables into one field in a DB but each
> variable in it's own row. The problem I keep running into is that all the
> variables keep getting inserted into one row and not individual ones. My
> INS
I am trying to insert multiple variables into one field in a DB but each
variable in it's own row. The problem I keep running into is that all the
variables keep getting inserted into one row and not individual ones. My
INSERT code as follows.
INSERT into Tablename (Fieldname)
VALUES ('#field1#,
5 matches
Mail list logo