Hi Big Al:

Here is an example:

INSERT INTO friends_table(first_name,last_name) VALUES('John','Johnson');

Check out:  http://www.mysql.com/doc/I/N/INSERT.html

At 15:36 3/1/02 -0600, you wrote:
>Hey All,
>
>I recently got back into mysql again and haven't programmed for it in almost
>a year and have a really dumb newbie question. I need to add another row of
>data to an existing table what is the command to do so? Not like an UPDATE
>command where you input data into the table, but rather a whole new row (or
>maybe column) or the table. like if you have 7 values for the table, I want
>to be able to add an 8th value.
>
>Please advise...
>
>Thanks!
>--------------------------------------------
>-Alex "Big Al" Behrens
>E-mail: [EMAIL PROTECTED]
>Urgent E-mail: [EMAIL PROTECTED] (Please be brief!)
>Phone: 651-482-8779
>Cell: 651-329-4187
>Fax: 651-482-1391
>ICQ: 3969599
>Owner of the 3D-Unlimited Network:
>http://www.3d-unlimited.com
>Send News:
>[EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail <[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to