Re: [PHP] mysql query and maximum characters in sql statement
- From: sanjeev.res@xxxxxxxxx ("Sanjeev N")
- Date: Thu, 8 May 2008 14:36:12 +0530
Hi Jim Lucas,
You are correct... i want to run in the same way.
but as my 2 tables, column name are different i cant run the LOAD DATA
infile.
And the example you mentioned for break at 100, also i thought to use in
that way. but one of the column had the text type which we cant predict
about the size.
Thanks for the support from all of you.
Now, I am inserting the rows one by one only
On 5/2/08, Chris <dmagick@xxxxxxxxx> wrote:
Jim Lucas wrote:
Waynn Lue wrote:
Wouldn't using LOAD DATA INFILE be better than writing your own script?
depends, does the data file match the table column for column?
Doesn't have to.
http://dev.mysql.com/doc/refman/5.0/en/load-data.html
By default, when no column list is provided at the end of the LOAD DATA
INFILE statement, input lines are expected to contain a field for each
table column. If you want to load only some of a table's columns,
specify a column list:
LOAD DATA INFILE 'persondata.txt' INTO TABLE persondata (col1,col2,...);
But load data infile requires extra mysql privileges.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
Regards,
Sanjeev
http://www.sanchanworld.com | http://webdirectory.sanchanworld.com - submit
your site
- Follow-Ups:
- References:
- mysql query and maximum characters in sql statement
- From: "Sanjeev N"
- Re: [PHP] mysql query and maximum characters in sql statement
- From: Jim Lucas
- Re: [PHP] mysql query and maximum characters in sql statement
- From: Jim Lucas
- Re: [PHP] mysql query and maximum characters in sql statement
- From: "Waynn Lue"
- Re: [PHP] mysql query and maximum characters in sql statement
- From: Jim Lucas
- Re: [PHP] mysql query and maximum characters in sql statement
- From: Chris
- mysql query and maximum characters in sql statement
- Prev by Date: Ajax captcha reload not working
- Next by Date: Re: [PHP] Difference between imagegif/imagejpeg sending to browser <-> saving to file?
- Previous by thread: Re: [PHP] mysql query and maximum characters in sql statement
- Next by thread: Re: [PHP] mysql query and maximum characters in sql statement
- Index(es):
Relevant Pages
|