hello
can i search a field for different words simultaneously???
we have a |or opertor in mysql regex but not and operator...please help
hello
can i search a field for different words simultaneously???
we have a |or opertor in mysql regex but not and operator...please help
Are you simply asking for something like
SELECT * FROM table WHERE word = 'Example' OR word = 'Another example'
If not, I don't understand what you are asking for.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.