_在sql中为匹配字符,可以代表任意值。 因此当模糊查询时,如果匹配字串里有_,一定要用[_]表示。比如: Select Count(Number) from t_Quotation where f_ID like '%3[_]1%'