본문 바로가기
프로그래밍 놀이터/Web

[sql] How can I return rows with a specific value first?

by 돼지왕 왕돼지 2014. 5. 2.
반응형


 [sql] How can I return rows with a specific value first?

 

[sql] How can I return rows with a specific value first?


SELECT *

FROM Users

ORDER BY (city = 'New York') DESC


위와 같이 하면 city 값이 New York 인 녀석들이 가장 먼저 나오게 된다.






반응형

'프로그래밍 놀이터 > Web' 카테고리의 다른 글

Chap 03. JSP 로 시작하는 웹 프로그래밍  (0) 2015.01.03
Chap 02. 웹 프로그램 시작하기.  (2) 2015.01.01
css3 box-sizing property.  (0) 2014.04.09
Bootstrap All Functions #5  (0) 2014.04.04
Bootstrap All Functions #4  (0) 2014.03.25

댓글