Thread
:
Required items
View Single Post
#
6
08-25-2009, 01:26 AM
GeorgeS
Forum Guide
Join Date: Sep 2003
Location: California
Posts: 1,474
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//
GeorgeS
View Public Profile
Send a private message to GeorgeS
Visit GeorgeS's homepage!
Find all posts by GeorgeS