Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #107.48K
~112 People Reached
Favorite Forums
Favorite Tags
Member Avatar for nokomoli

[CODE]--> 测试数据: @T1 declare @T1 table (col1 varchar(1),col2 varchar(5)) insert into @T1 select 'A','Ali' union all select 'B','Abu' union all select 'C','Kawan' union all select 'A','Bayu' union all select 'B','Cawam' union all select 'C','didik' if object_id('tempdb..#') is not null drop table # select * into # from @T1 a order …

Member Avatar for mail2saion
0
112