<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016966" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016966</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/mysql-datatypes#comment-1099122</link>
    <description> &lt;p&gt;here are some actual column names and values.&lt;/p&gt;
&lt;p&gt;APN&lt;br /&gt;
------&lt;br /&gt;
417666&lt;/p&gt;
&lt;p&gt;COMPANY_ID&lt;br /&gt;
----------&lt;br /&gt;
2&lt;/p&gt;
&lt;p&gt;PROPERTY_ID&lt;br /&gt;
-----------&lt;br /&gt;
8231501&lt;/p&gt;
&lt;p&gt;ANNUALIZED&lt;br /&gt;
----------&lt;br /&gt;
444.00&lt;/p&gt;
&lt;p&gt;FEE&lt;br /&gt;
----&lt;br /&gt;
14.67&lt;/p&gt;
&lt;p&gt;wil-  just curious as to why i should change to small INT?&lt;br /&gt;
thanks for the help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Jan 2002 19:50:59 +0000</pubDate>
 <dc:creator>getyourbiglobst</dc:creator>
 <guid isPermaLink="false">comment 1099122 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/mysql-datatypes#comment-1098825</link>
    <description> &lt;p&gt;It would also help to see a sample of the data you&#039;re trying to import into your database.&lt;/p&gt;
&lt;p&gt;You&#039;re also going to save some memory by changing those to SMALLINT.&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Jan 2002 18:27:30 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1098825 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/mysql-datatypes#comment-1098794</link>
    <description> &lt;p&gt;If you use the load data statement, MySQL is expecting a text file that is tab delimited, i.e. no commas. I think the proper syntax for a comma delimited file is:&lt;br /&gt;
&lt;strong&gt;LOAD DATA LOCAL INFILE &quot;pathtofile/filename.csv&quot; fields terminated by , into TABLE tablename;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You can also optionally select which fields to import. For instance, if your company name was the same, just leave the field out and change the column default to the company name. So if field 4 had a default value, just leave it off of your load data statement. Then do it like so:&lt;br /&gt;
&lt;strong&gt;LOAD DATA LOCAL INFILE &quot;pathtofile/filename.csv&quot; fields terminated by , into TABLE tablename (fieldname1, fieldname2, fieldname3, fieldname5);&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Jan 2002 02:06:57 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1098794 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
