Ivan,
Monday, November 18, 2002, 7:02:33 AM, you wrote:

IP> i want to change my field type from varchar(255) into varchar2(1024) --- (as
IP> i use in oracle)
IP> can i use this in mysql? anyway i don't wanna use tinyblob/mediumblob...

Use TEXT column type:
    http://www.mysql.com/doc/en/Column_types.html
    http://www.mysql.com/doc/en/BLOB.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