Hi,
Need suggestion for sql query.
I have 2 tables
user user_status
user: id,name
user_status=id,user_id,status_type,status_value
user_status stores multiple status_type and status_value.for 1 user there can be multiple rows
I am trying to get all users having who are not blocked i.e user_status table dont have status_type(10) and status_value(11)