Concatinate 2 column values and get third column value, then compare that column value with specific test

前端 未结 0 1614
旧时难觅i
旧时难觅i 2020-12-28 23:12

Here is mine SQL

````SELECT 
count(*) as total_questions,count(ma.answers) submitted_answers,
count(if(ma.answer = concat(\'option_\',q.right_answer),1, NULL)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题