Nitesh,
Friday, July 26, 2002, 1:45:35 AM, you wrote:

ND> I need help with tables. I have created my table with some attributes in
ND> it. 

ND> I need to modify my table attributes, can any one help me with the
ND> modify command or can give me the short cut to the web.

ND> Example:
ND> mysql> create table test(ID int(4), Name varchar(20), Sex varchar(1));

ND> Now I need to change the attribute NAME TO Full name, HOW?

Use ALTER TABLE:
    http://www.mysql.com/doc/A/L/ALTER_TABLE.html




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.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

Reply via email to