<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023373" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023373</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/table-creation-issue#comment-1144857</link>
    <description> &lt;p&gt;this will work.&lt;/p&gt;
&lt;p&gt;CREATE TABLE apphist(&lt;br /&gt;
       appindex int unsigned NOT NULL auto_increment PRIMARY KEY,&lt;br /&gt;
       approver varchar(15) NOT NULL,&lt;br /&gt;
       member varchar(15) NOT NULL,&lt;br /&gt;
       item tinyint(1) NOT NULL,&lt;br /&gt;
       reason tinytext,&lt;br /&gt;
       ok tinyint(1) NOT NULL,&lt;br /&gt;
       `when` datetime default &#039;0000-00-00 00:00:00&#039; NOT NULL,&lt;br /&gt;
       KEY approver (approver),&lt;br /&gt;
       KEY member (member),&lt;br /&gt;
       KEY item (item),&lt;br /&gt;
       KEY ok (ok),&lt;br /&gt;
       KEY `when` (`when`)&lt;br /&gt;
) TYPE=MyISAM;&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Jan 2004 05:56:58 +0000</pubDate>
 <dc:creator>antoshka</dc:creator>
 <guid isPermaLink="false">comment 1144857 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/table-creation-issue#comment-1143622</link>
    <description> &lt;p&gt;the books i have have mentions of reseved words scattered around. it&#039;s likely i missed it while looking for them, but i like that page MUCH better. already bookmarked and filed it for the future =o) &lt;/p&gt;
&lt;p&gt;i didn&#039;t think of the possibility that i might havemissed one since they&#039;re scattered. that&#039;s why i came here first. i thought itwas something inthe declaration that i was overlooking and was too minor for me to see since i&#039;m &quot;too close to the code&quot;&lt;/p&gt;
&lt;p&gt;thanx again for the reserved word page =o)&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 Jan 2004 01:54:29 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1143622 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/table-creation-issue#comment-1143608</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.mysql.com/doc/en/Reserved_words.html&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com/doc/en/Reserved_words.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&quot;WHEN&quot; is on the list.  Though, I don&#039;t remember ever using it.&lt;/p&gt;
 </description>
     <pubDate>Wed, 31 Dec 2003 15:18:35 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1143608 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/table-creation-issue#comment-1143589</link>
    <description> &lt;p&gt;I think when and ok are reserved words (could be wrong)&lt;/p&gt;
&lt;p&gt;try adding is_ok and did_when or something and see if the errors go away&lt;/p&gt;
 </description>
     <pubDate>Wed, 31 Dec 2003 07:45:13 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1143589 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
