At 9:11 AM -0400 5/9/01, Terry Shipclark wrote:
>database,sql,query
>
>Why does this statement not work
Because you're either not reading the manual or ignoring what it says?
>
>LOAD DATA INFILE 'intervext.txt' into table intvext
>(intid,priphone,cellphone,pager,bdmonth,bdday,datehired,Notes
database,sql,query
Why does this statement not work
LOAD DATA INFILE 'intervext.txt' into table intvext
(intid,priphone,cellphone,pager,bdmonth,bdday,datehired,Notes)
FIELDS TERMINATED BY ';'
ENCLOSED BY '"'
LINES TERMINATED BY '\n';
I also tried it like this
LOA
Darren Henderson writes:
>
> This note is primarily meant to stuff something into the archives in case
> other people have problems compiling mysql under AIX.
>
> There are a number of changes that need to be made that aren't detailed in
> the documentation, (some alteration to those docs could