SQL query to find partial string match across 2 tables
问题 I'm trying to find any items in column address (users table) that have a match in Address (address_effect table). I'm testing this on my local system with XAMPP (using MariaDB) user table +------------------+-----------------+------------------+--------------------------+ | ID | firstname | lastname | address | | | | | | +----------------------------------------------------------------------------------+ | 1 | john | doe |james street, idaho, usa | | | | | | +---------------------------------