select count(*) from [fx_user] where name not in ('" + name + "')
select count(*) from [fx_user] where name<>'" + name + "'