"Sreesekhar Palaparthy" <[EMAIL PROTECTED]> wrote:
> If i have a table having fields of different datatypes
> which
> include BLOB/TEXT type, how do i give an insert statement?? Can
> i
> give a query to insert only BLOB/TEXT field seperately? Please
> help me out.
You can insert data to the BLOB/TEXT column as in usual column. If you want to load
data from the file to this column you can use LOAD_FILE() function:
http://www.mysql.com/doc/en/String_functions.html
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Egor Egorov
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]