From: Sara T. <sa...@sa...> - 2008-05-01 20:03:51
|
Yeah... your "insert into" statement isn't giving any values to insert. You might mean "insert into changelog (field1, field2, field3) select value1, value2, value3 where " etc. etc. On Thu, May 1, 2008 at 2:51 PM, Roderick Thomas <tho...@ms...> wrote: > I'm receiving a syntax error and it has me stumped. Please review the > attached file at your convenience to see what I'm missing. Your time and > consideration is greatly appreciated. > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > |