How can i add buy prices to items from sql?
like i just need one little command line to do it, just dont know what it is.
i had it once before.
can some one help me out with this one?
just want it so the buy price it 6x the sell price.
cheers
How can i add buy prices to items from sql?
like i just need one little command line to do it, just dont know what it is.
i had it once before.
can some one help me out with this one?
just want it so the buy price it 6x the sell price.
cheers
Um sure ill give u the code its this exacly. UPDATE items SET buyprice = (sellprice*5) WHERE entry IN(Id of items) and the *5 is times 5 so you would make it *6