mr.donaldson
Registered User.
- Local time
- Today, 13:22
- Joined
- Apr 6, 2013
- Messages
- 10
Is it possible to set multiple conditions across multiple tables using OR in a where clause? For instance, can you run where......(table1 = 'test') or (table2 = pass) or (table2 = "fail) AND (class = 'SQL');