Jhosef Posted August 1, 2012 Posted August 1, 2012 i want to request a sql i want to put this item to all account 20048 is the item id in there inventory using my database Quote
Fluffle Puff Posted August 1, 2012 Posted August 1, 2012 INSERT INTO `inventory` (account_id, nameid, amount, identify) SELECT account_id, 20048, 1, 1 FROM login WHERE sex!='S' AND state=0; Quote
Jhosef Posted August 2, 2012 Author Posted August 2, 2012 @alexandria the sql you made is not working i want in all Account will have in the inventory this Item 20048 20048 is the itemid not account_id Quote
Question
Jhosef
i want to request a sql
i want to put this item to all account
20048 is the item id
in there inventory
using my database
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.