View Single Post
  #3  
Old 09-08-2014, 01:13 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

To get the list of which recipes are not using that container just add:

AND iscontainer=1 AND item_id != 17187;

to the end of that query removing the previous ; (ninja edit about the semi colon)

Then your update will use similar conventions.

Last edited by rencro; 09-08-2014 at 01:20 PM.. Reason: clarified semi colon use
Reply With Quote