Re: Error - "Select Column Not Found Within Trigger"

2009-10-17 Thread Dan Saul
27;, > > `description` text collate utf8_bin NOT NULL, > > PRIMARY KEY (`line_number`) > > ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ; > > > - michael dykman > > > On Sat, Oct 17, 2009 at 2:20 PM, Dan Saul wrote: > >

Error - "Select Column Not Found Within Trigger"

2009-10-17 Thread Dan Saul
This is the first time I have attempted to expand beyond basic sql for storing data in a table like structure. So my level of knowledge is "familiar with basic SQL, but lacking in expanded knowledge". I expect my error is a newbie mistake. I have attempted to create a trigger to update another tab