in reply to Strange error when .cgi deployed on a different machine
my $sql=" SELECT idNum, (First(price)-Last(price)) AS difference, Min(dateCreated) AS minDate, Max(dateCreated) AS maxdate, Last(mobile) AS lastMobile, Last(contents) AS lastContents, (( (First(price)-Last(price)) /First(price) )*100) AS percentC +hange, Last(price) AS lastPrice, Last(state) AS lastState, Last(contact), Last(year) FROM carAdds GROUP BY idNum HAVING (( Last([year]))>=$yearmodel) ORDER BY (( (First(price)-Last(price)) /First(price) )*100) DESC ";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strange error when .cgi deployed on a different machine
by sirius98 (Acolyte) on Mar 10, 2005 at 10:13 UTC |