tableCId type
1 type1  type3
2 type2
比如有一个数据type3,那么tableC中第一条数据就要显示出来,因为第一条数据中的type字段中的值包含type3
那么这句数据库语句应该怎么写?select type from tableC where type= ???