How can you display values where the Role_id combination (1,2,3,4) for r_atr_id is observed
Tried to do so
Select * from Table where Role_id in (1,2,3,4) but leads everyone
How can you display values where the Role_id combination (1,2,3,4) for r_atr_id is observed
Tried to do so
Select * from Table where Role_id in (1,2,3,4) but leads everyone
Source: https://ru.stackoverflow.com/questions/864596/
All Articles