Revog16 |
19-08-2013 03:25 PM |
Query To Set New Max Stack For Elements
السلام عليكم مش هطول كتير انا عملتها علي السريع كده وقولت بدل ما امسحها اعملها شير يمكن حد محتجها
كود بلغة HTML:
---------------Query Made By Alaa2k ------------- Don't Release it with ur name -----
DECLARE @Stack as Varchar (MAX)
Set @Stack = 'العدد'
update _RefObjItem set MaxStack = @Stack where ID between 4198 and 4209
update _RefObjItem set MaxStack = @Stack where ID between 4222 and 4233
update _RefObjItem set MaxStack = @Stack where ID between 4210 and 4221
update _RefObjItem set MaxStack = @Stack where ID between 4234 and 4245
Print 'Done'
Print 'Made By Alaa2k'
|