![]() |
Enron Mail |
Errol,
the post_id 1469623 is very slow because of the where clause. kindly change the where clause of this post_id from: 1=1 AND (1=1) AND commodity_cd like 'NG' to: 1=1 AND (1=1) AND commodity_cd = 'NG' this should yield the same result but it will be much faster. Francis
|