View Single Post
  #2  
Old 06-28-2002, 08:24 AM
stormgod
Discordant
 
Join Date: Apr 2002
Posts: 419
Default

SELECT id from items where LCase(mid(raw_data,1,35)) LIKE '%item_you_want%';


1 35 are the decimal position of beginning and ending of the name , at least it was inm 3.3.1 , else just check using mysql dump or look into the eq_packet_struct file
Reply With Quote