I have the following query:
我有以下查询:
SELECT question_code FROM table_questions WHERE question_code IN (1,2,3,111,222);
SELECT I have the following query:
我有以下查询:
SELECT question_code FROM table_questions WHERE question_code IN (1,2,3,111,222);
SELECT