code:
if OBJECT_ID(N'UserInfos',N'U') is not null print '表UserInfos 存在!'else print '表UserInfos 不存在!'