hello

can i search a field for different words simultaneously???
we have a |or opertor in mysql regex but not and operator...please help

Recommended Answers

All 2 Replies

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.