select * from 表名 where id='';
看来你的这张表没有主键,至少id不是主键,查询时加入其它条件,比如select * from tb where id='youId' and name='youName'
详细描述一下你的查询需求呢