Select a specific column based on another column's value

前端 未结 4 1677
挽巷
挽巷 2021-02-12 22:05

I have a table like this

ID | Type | Val0 | Val1
1  |  0   |  A   | NULL
2  |  1   | NULL |  B

I need to select Val0 when the type

4条回答
提交回复
热议问题