String Query="select * from recommendation.sports WHERE feed LIKE'%"+s1+"%'
UNION "select * from recommendation.software WHERE feed LIKE '%"+s1+"%'
UNION "select * from recommendation.website WHERE feed LIKE '%"+s1+"%'
UNION "select * from recommendation.others WHERE feed LIKE '%"+s1+"%'
UNION "select * from recommendation.business WHERE feed LIKE '%"+s1+"%'";
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
maybe you mean this?
but I advise you to use
|
|||||||||||
|
|
Try This:
|
|||
|
|
There are some minor changes, please review it.
Try this and tell me if it works or not. |
||||
|
|


UNIONandselect. – Raad Feb 13 at 11:32