Awesome thanks, I thought it was under the INSERT command at first, but I
guess its the ALTER command, thanks bro! I'll check out the online manual
some more!

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]
----- Original Message -----
From: "Nathan" <[EMAIL PROTECTED]>
To: "Alex Behrens" <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 3:44 PM
Subject: Re: dumb (re)newbie question...


> New row = INSERT INTO table VALUES ...
>
> New column = ALTER TABLE add <column_name> <column_defs>
>
> Both are well documented in the online manual, though I prefer the PDF
version.
>
> Cheers,
>
> # Nathan
>
>
> ----- Original Message -----
> From: "Alex Behrens" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 01, 2002 2:36 PM
> Subject: dumb (re)newbie question...
>
>
> 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