Answer the question
In order to leave comments, you need to log in
Is it possible to join 2 tables so that 1 doesn't have duplicate values?
There are 2 tables, one for displaying text about the author, the second for displaying social icons, I want to add or remove from the admin panel, but:
SELECT `about_id`, `about_image`, `about_name`, `about_who`, `about_description`, `about_text` FROM `about_us`
SELECT `about_social_id`, `about_social`, `about_social_image` FROM `about_social`
SELECT * FROM `about_us` JOIN `about_social`
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question