select id from t_table where id in (1,2,3);
表为 
id name
1 aa
2 bb想显示的结果为
1
2
0