Thread: Required items
View Single Post
  #6  
Old 08-25-2009, 01:26 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Please use a simplied sql query rather than a long string

Code:
SELECT name  from items i where id IN (1003,1001,1002)
returns name where item id = 1001-1003

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote