20-04-2013, 07:10 PM
|
#2
|
|
• الانـتـسـاب » Oct 2011
|
• رقـم العـضـويـة » 93190
|
• المشـــاركـات » 9,140
|
• الـدولـة » In S4A
|
• الـهـوايـة » F.B.I
|
• اسـم الـسـيـرفـر » Private Server
|
• الـجـنـس » Male
|
• نقـاط التقييم » 36
|
|
|
كود PHP:
use sro_vt_shard declare @commonid int declare @itemlinkid int set @commonid = (select id from _refobjcommon where id = (select max(id) from _refobjcommon))+1 set @itemlinkid = (select id from _refobjitem where id = (select max(id) from _refobjitem))+1 print 'common id you have to use: '+cast(@commonid as varchar(15)) print 'common link id you have to use: '+cast(@itemlinkid as varchar(15))
|
|
|