例如:
   String c='500';
   "select  * from  a  where a.b  not in ( " + c + ")";
   把这个C用 ? 代替  该怎么写sql