MySQL Forums
Forum List  »  Backup

LOAD DATA INFILE and BIT columns
Posted by: Ruby Muse
Date: February 23, 2006 12:38AM

Hi.

I'm using MySQL 5.0.18, and I'm trying to use LOAD DATA INFILE (and SELECT INTO OUTFILE) with tables that have large BIT field columns. I'm currently using HEX format to load the data (e.g., 0x04F), and the resulting values aren't what they should be.

Anyone know how BIT column values should be specified in the text file?

Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
LOAD DATA INFILE and BIT columns
4122
February 23, 2006 12:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.