I will appreciate if some1 write for me that query <3
So i have 2 tables dbo.SK_Silk in SRO_VT_ACCOUNT and dbo.UniqueRanking in SRO_VT_SHARD:
dbo.SK_Silk look like that
JID ||silk_own||silk_gift||silk_point||
1300||.......500||.........0||............0||
1320||.......100||.........0||............0||
dbo.UniqueRanking looks like that:
Charname||Score||Unique1|| etc etc etc
test.........||..150||..........2|| etc etc etc
test1.......||....75||..........1|| etc etc etc
So i need a query wich adding mean getting "Score" from dbo.UniqueRanking and "+" it to "silk_own" , example -> Score from test(charname column) + silk_own(of right char). I want this guery be a global query for all users. I hope you know what i want






