_대문 | 방명록 | 최근글 | 홈피소개 | 주인놈
FrontPage › 랜덤한거
Describe 랜덤한거 here
;with temp(id, 판, 방)
as
(
	select 'a', 8, '100' union all
	select 'a', 8, '1000' 
)
select * 
from (
	select 
		*
	,	row_number() over(order by 판 * convert(int, convert(binary(1), newid()))) rowno
	from temp
) t	
where rowno = 1

댓글 남기기..
이름: : 오른쪽의 새로고침을 클릭해 주세요. 새로고침
EditText : Print : Mobile : FindPage : DeletePage : LikePages : Powered by MoniWiki : Last modified 2018-04-13 23:12:52

생각하는 것은 자기 자신과 친해지는 것이다.