我有以下查詢:訂購where條件
select `state` from `table1`
where `state` in ('NC','North Carolina','TN','Tennessee','CO','Colorado','NM','New Mexico','UT','Utah')
limit 200 offset 0
我需要他們出現在我的where
條款(即第一NC
,然後TN
,然後CO
,並依此類推)state
訂購的結果。
我該怎麼做?我嘗試使用order by
,但它沒有給出這個結果。
這僅適用於MySQL是不是?...... – Mortalus
無法看到標籤'MySQL'? –
@Mortalus這個問題有'mysql'標記 –