Home > database > Mysql field value value range of the search
Mysql field value value range of the search
Time:09-27
Ask a question: I want to condition search multiple fields, the field value for 4 to 10, the search criteria is 5, included in the 4 to 10, through what way can search out? Thank!!!!!
CodePudding user response:
Selete * From the table Where cola=5 or colb=5 or colc=5
CodePudding user response:
Select the columns from a table column=5
CodePudding user response:
What you need, for example, what you said above is not very clear