幫幫忙,謝謝
select entrylane case
when entrylane<=10 then '普通車',when entrylane>10 then '專用車道' end as '車道分類'
? from exit2015070020203;
未找到from的關(guān)鍵字
select entrylane case
when entrylane<=10 then '普通車',when entrylane>10 then '專用車道' end as '車道分類'
? from exit2015070020203;
未找到from的關(guān)鍵字
舉報(bào)
2016-08-15
select ?entrylane
? ? ? ? ?, case
? ? ? ? ? ? ? ?when entrylane<=10 then '普通車'
? ? ? ? ? ? ? ?when entrylane>10 then '專用車道'?
? ? ? ? ? ? ? ?end as '車道分類'
? from exit2015070020203;