![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I can't seem to get a clean insert from a fairly large text file database into mysql. I was wondering if maybe I'm hitting a limit on character length per line on some insert statements that I'm trying. |
|
Here's the error messages: execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",5,"CRAWLSP","","PUBLIC","","LAP,STONE","", "FIREPL,GREAT- at ./res_sort.pl line 24, <> line 1. |
#3
| |||
| |||
|
|
I accidentally posted the following message to mailing.databases.mysql, where I believe it is off-topic, so am reposting here with apologies to the other group. I can't seem to get a clean insert from a fairly large text file database into mysql. I was wondering if maybe I'm hitting a limit on character length per line on some insert statements that I'm trying. Here's the error messages: execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",5,"CRAWLSP","","PUBLIC","","LAP,STONE","", "FIREPL,GREAT- at ./res_sort.pl line 24, <> line 1. You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",8,"CRAWLSP","ACREADY","PUBLIC","EATAREA"," WOODCOM","","G at ./res_sort.pl line 24, <> line 2. You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",3,"CRAWLSP","ACREADY","PUBLIC","FORMAL","W OODCOM","","GR at ./res_sort.pl line 24, <> line 3. execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",3,"CRAWLSP","ACREADY","PUBLIC","FORMAL","W OODCOM","","GR at ./res_sort.pl line 24, <> line 4. Here's a sample of the insert statements (note: this is all on one line -- though it may not appear that way because google news automatically chops lines of greater than a certain length) INSERT INTO residential(ml,Area,ListPrice,City,County,Neighbor hood,ZipCode,PropertyType,LotDescription,LotDimens ions,LotSize,ExteriorFeatures,NumberofLevels,Inter iorFeatures,KitchenFeatures,FireplaceDescription,E lementarySchool,MiddleSchool,HighSchool,Heat,YearB uilt,Style,NumberofBedrooms,NumberofCarGarage,Gara geDescription,NumberofFireplaces,TotalSQFT,Numbero fFullBathrooms,NumberofPartialBathrooms,TotalBathr ooms,PublicRemarks,ListingAgentPublicID,ListingOff iceID,ListingOfficePhone,ListingAgentName,ListingA gentPhone,ListingOfficeName,Acres,Roof,NumberofPho tos,BasementFoundation,Cooling,Water,DiningRoom,Ex teriorDescription,FamilyRoom,LivingRoom,Accessibil ity,Virtual,Waterfront,WaterfrontDescription) VALUES(6003771,"44",371100,"Vancouver","Clark","Sk ylar Estates",98686,"RESID","LEVEL","","5K-6,999SF","PATIO,SPRNKLR",2,"GAR-OPN,HARDWOD,TILE-FL,LAM-FL,SOAKTUB","BI-MICO,DISHWAS,DISPOSL,GASAPPL,PANTRY,FS-RANG","GAS","PLEASANT VALLEY","PLEASANT VALLEY","PRAIRIE","FOR-AIR",2006,"CRAFTSM",5,2,"ATTACHD",1,2533,3,1,3.1," Elegance marks this home w/atrium & mother-in-law suite/office w/separate entry.Beautiful great rm concept complete w/feplce & bamboo hardwds.Gourmet islnd kitchn w/granite cntrtp,stlesteel appl, eating area & formal dining. 4bedrms 3 1/2 bth.Photos/virtual tour 4 flr plan idea only!","BREDLIES","4PLA01","360-896-5086","Shastine Bredlie","360-904-9907","Platinum Real Estate",,"COMP",3,"CRAWLSP","ACREADY","PUBLIC","FO RMAL","WOODCOM","","GREAT-R","","http://www.obeo.com/u.aspx?id=252119","",""); ^^ Bad! |
|
Anyone have any suggestions? |
#4
| |||
| |||
|
|
speralta (AT) progressivetrail (DOT) org wrote: I accidentally posted the following message to mailing.databases.mysql, where I believe it is off-topic, so am reposting here with apologies to the other group. I can't seem to get a clean insert from a fairly large text file database into mysql. I was wondering if maybe I'm hitting a limit on character length per line on some insert statements that I'm trying. Here's the error messages: execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",5,"CRAWLSP","","PUBLIC","","LAP,STONE","", "FIREPL,GREAT- at ./res_sort.pl line 24, <> line 1. You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",8,"CRAWLSP","ACREADY","PUBLIC","EATAREA"," WOODCOM","","G at ./res_sort.pl line 24, <> line 2. You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",3,"CRAWLSP","ACREADY","PUBLIC","FORMAL","W OODCOM","","GR at ./res_sort.pl line 24, <> line 3. execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"COMP",3,"CRAWLSP","ACREADY","PUBLIC","FORMAL","W OODCOM","","GR at ./res_sort.pl line 24, <> line 4. Here's a sample of the insert statements (note: this is all on one line -- though it may not appear that way because google news automatically chops lines of greater than a certain length) INSERT INTO residential(ml,Area,ListPrice,City,County,Neighbor hood,ZipCode,PropertyType,LotDescription,LotDimens ions,LotSize,ExteriorFeatures,NumberofLevels,Inter iorFeatures,KitchenFeatures,FireplaceDescription,E lementarySchool,MiddleSchool,HighSchool,Heat,YearB uilt,Style,NumberofBedrooms,NumberofCarGarage,Gara geDescription,NumberofFireplaces,TotalSQFT,Numbero fFullBathrooms,NumberofPartialBathrooms,TotalBathr ooms,PublicRemarks,ListingAgentPublicID,ListingOff iceID,ListingOfficePhone,ListingAgentName,ListingA gentPhone,ListingOfficeName,Acres,Roof,NumberofPho tos,BasementFoundation,Cooling,Water,DiningRoom,Ex teriorDescription,FamilyRoom,LivingRoom,Accessibil ity,Virtual,Waterfront,WaterfrontDescription) VALUES(6003771,"44",371100,"Vancouver","Clark","Sk ylar Estates",98686,"RESID","LEVEL","","5K-6,999SF","PATIO,SPRNKLR",2,"GAR-OPN,HARDWOD,TILE-FL,LAM-FL,SOAKTUB","BI-MICO,DISHWAS,DISPOSL,GASAPPL,PANTRY,FS-RANG","GAS","PLEASANT VALLEY","PLEASANT VALLEY","PRAIRIE","FOR-AIR",2006,"CRAFTSM",5,2,"ATTACHD",1,2533,3,1,3.1," Elegance marks this home w/atrium & mother-in-law suite/office w/separate entry.Beautiful great rm concept complete w/feplce & bamboo hardwds.Gourmet islnd kitchn w/granite cntrtp,stlesteel appl, eating area & formal dining. 4bedrms 3 1/2 bth.Photos/virtual tour 4 flr plan idea only!","BREDLIES","4PLA01","360-896-5086","Shastine Bredlie","360-904-9907","Platinum Real Estate",,"COMP",3,"CRAWLSP","ACREADY","PUBLIC","FO RMAL","WOODCOM","","GREAT-R","","http://www.obeo.com/u.aspx?id=252119","",""); ^^ Bad! Anyone have any suggestions? Don't know about the first message - that INSERT isn't listed here. But the second message points right at the error. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex (AT) attglobal (DOT) net ================== |
![]() |
| Thread Tools | |
| Display Modes | |
| |