Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
you need to equalize the number of fields in the selections, for example
SELECT t1. id_user, t1.user_name, NULL
FROM t1
UNION ALL
t2.id_article, t2.description, t2.content
FROM t2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question