mysql 查询题目question、正确答案(如A,阴极斑点)
select queId,question,
(case when answer='a' then a
when answer='b' then b
when answer='c' then c
when answer='d' then d else ' ' end ) as answer from 表名
O(∩_∩)O谢谢
你想要什么?
查询出题目和正确答案对应答案内容,比如说下面的例子
@slyvia230: 嗷。。