Ok, went into the DB and found norent returns either
0,1 or 255. Now I'm confused.
If norent=0 or 1 then it should display NORENT=NO
If norent=255 then it should display NORENT=YES
is that correct?
Code:
select id,name,norent from items order by norent asc
also
Code:
select norent,COUNT(name) from items group by norent
norent count
0 849
1 40952
255 20467