I'm using xenforo, that has tables:
- user: user_id, user_group_id
- thread: thread_id, user_id, sticky
I need a query to change user_group_id from 15 to 14 if they dont have any stick thread (sticky=0 in thread).
Is this possible with a left join, and if so how?
Thanks.