Query | Run |
---|---|
select count(user_name) from user where user_registration is NULL; | 2 years ago |
select user_name from user where user_registration is NULL; | 2 years ago |
Query | Run |
---|---|
select count(user_name) from user where user_registration is NULL; | 2 years ago |
select user_name from user where user_registration is NULL; | 2 years ago |