mesut Posted September 5, 2018 Share Posted September 5, 2018 Hi i'm coding and creating a module, and i need use OR Operator sql in select query see this query: select `id`, `user` from `table` where `field1`="variable1" AND `field2`="variable2"; it's AND select `id`, `user` from `table` where `field1`="variable1" AND `field2`="variable2"; i need to use OR in my query 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.