select userid from cw_users where NOT EXISTS(Select userid from cw_users_data)
The previous query won\'t do the job of course.
Trying to fi
Try this
Select userid from cw_users Except Select userid from cw_users_data