Mysql view from tables without duplicates and a concatenated column
I need to collect data from different tables, without duplicates and with a column that collects the presence where I've found each item. So, this is my scenario: TABLEA itemId name 1 John 2 Sam TABLEB itemId name 1 John…