0
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 the code DIFFERENT from 0 and 573.
Have you studied SQL before? If yes, you must have tried to do something, what? Could you show us your attempt?
– Woss
@user134546, have any of the answers solved your problem? Vote for those that have been useful to you: Why it is important to vote?
– João Martins