Shahu Thanks for that it does trim it down a bit.
Charlie --- In php_mysql@yahoogroups.com, Shahu <shaha...@...> wrote: > > Ohh!! my god . > I haven't seen such kind of query ever before. > Pulling my hairs to minimize it!!!!!!!! [?] > But Can't [?]. I am only able to convert OR in IN clause - > i.e > (GListName = 'Arms' OR GListName = 'Calibre' OR GListName = 'Powder') > to > GListName IN ('Arms','Calibre','Powder') > > Actually I am very beginner to solve this. But I would like to know if > anyone can Simplify this. > > Best Luck. > > Regards, > Shahu.