View Single Post
  #271  
Old 07-13-2008, 11:08 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

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
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 07-14-2008 at 07:44 AM..
Reply With Quote