Deryck Henson wrote:

> How do I::
> 
> Add a column

Did you read the manual?

> Alter a table to fit a different character lengths (say...unlimited in a 1
> column)
> or
> alter column to accept an unlimited amount of characters

The concept of unlimited characters does not exist in the real world.
The closest you will get is varchar, text, or blob in its largest size.

> Make a column have a check box instead of characters(VARCHAR...) or date
> (DATE)

Check boxes are an HTML thing, not SQL.  Try PHP.
Dates exist. Again, read the manual.

> 
> thanx
> - Deryck H
> - http://www.comp-u-exchange.com
> 
> 
> ---------------------------------------------------------------------
> 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


-- 
Gerald L. Clark
[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

Reply via email to