select id from table1 where a=? and b=? and c=?;//其实我只想判断这条记录是否存在,  返回的id是使用不到的.   有什么办法能只判断这条记录是否存在,而不返回字段吗。