How do I select users who have code other than 0 and 573?
For example, this is my table:
Usuario Codigo
1 573
2 0
3 0
4 100
5 520
I need to select only users who have DIFFERENT code 0 and 573.