I have a Mysql table with a char(2) column, name is Dependents.  I want the
value that I insert to always be to places.  I have tried 

Insert into Table1 Dependents values '02';

but it inserts  2 in the Dependents column

How do I make it insert  02?

Thanks
Dean-O


---------------------------------------------------------------------
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