|
Posted by Jim Michaels on 01/03/06 03:45
if it's of any interest, you can get rid of the WHERE 1=1
it does nothing and is not needed.
"cover" <coverlandNOSPAM914@yahoo.com> wrote in message
news:0fubr1t6bki6tsmfr3gfrg2cc0kn42a9kg@4ax.com...
> $query =
> "SELECT area, equiptype, equipname, motorsize, motorframe,
> beltspec, beltspeed
> FROM $table
> WHERE 1 = 1 ";
> $query =
> "SELECT area, equiptype, equipname, motorsize, motorframe,
> shakerstroke, shaker_rpm
> FROM $table
> WHERE 1 = 1 ";
[Back to original message]
|