Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.45 KB | None | 0 0
  1. sqlite> SELECT * FROM invTypeReactions WHERE reactionTypeID=17962;
  2. reactionTypeID  INPUT       typeID      quantity
  3. --------------  ----------  ----------  ----------
  4. 17962           0           16671       1
  5. 17962           1           16654       1
  6. 17962           1           16658       1
  7. sqlite> SELECT typeID, typeName FROM invTypes WHERE typeID=17962;
  8. typeID      typeName
  9. ----------  -------------------------
  10. 17962       Titanium Carbide Reaction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement