方法1:SELECT COUNT(*) FROM oneTable WHERE colName = “某值”;
方法2:SELECT 1 FROM oneTable WHERE colName = “某值” LIMIT 1;