使用下列SQL语句可以查询签约SSDATA,但是无ssinfo的用户数(补充业务存在但是无BSG记录用户数):select count(imsi) from ssinfo where imsi not in (select imsi from SSdata)
A.正确
B.错误
正确答案是B