파닥이

[mysql] order by 예외처리 본문

IT/DB

[mysql] order by 예외처리

알라이또 2019. 7. 22. 14:30
반응형

https://stackoverflow.com/questions/8773458/how-can-i-order-a-mysql-result-with-an-exception

 

How can I order a MySql result with an exception?

I'm running this query on a MYSql database: select * from wp_postmeta where meta_key LIKE "%_thumbnail_id" and post_id = 897 It is returning this data set: Picture.png http://img713.imageshack.us/

stackoverflow.com

 

'IT > DB' 카테고리의 다른 글

[mysql] 실행계획 및 실행프로세스  (0) 2019.07.31
[mysql] 문자열 자르기  (0) 2019.07.31
[mysql] MySQL 중복 키 관리 방법  (0) 2019.07.18
[mysql] auto_increment 값 얻기  (0) 2019.07.18
[sql] sql 실행순서  (0) 2019.07.18
Comments