I have two tables:
and
How to list table service and bring together the customer name that the customers table? field customer services in the table has the id of the customer at the customer table,
I appreciate the help from you now
SELECT * FROM table1 LEFT JOIN table2 on table1.id = table2.id