Kasuke_Akira Posted March 22, 2007 Share Posted March 22, 2007 Say I have a user input a search string and they click search. What would my mySQL string look like if i wanted it to search TABLE:'set_01' and TABLE:'set_02' at the same time for the same information? Link to comment https://forums.phpfreaks.com/topic/43759-how-to-search-more-than-one-table-in-a-database/ Share on other sites More sharing options...
wilorichie Posted March 22, 2007 Share Posted March 22, 2007 SELECT * FROM set_01, set_02 WHERE name LIKE '%$search%' Link to comment https://forums.phpfreaks.com/topic/43759-how-to-search-more-than-one-table-in-a-database/#findComment-212481 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.