From: David M. <dma...@so...> - 2003-11-05 02:02:04
|
> > biggest problem I've been having is in the "setup/install.sql" file. I > > do not know the equivalent syntax for lines such as > > "index(mod_title,id)". Someone has mentioned about removing these line > > I used: > > create index cache_idx on cache (mod_title, id); > Here is the error that I get when I use that statement DB Error: syntax error CREATE INDEX on cache (mod_title) [nativecode=ERROR: parser: parse error at or near "on" at character 14 ] David |