I have 3 tables (A, B, C) with column descricao
(with different records between them).
I want to make SELECT
of the three tables and send the result to another table D.
It would be something like this:
SELECT A.descricao, B.descricao, C.descricao FROM A, B, C JOIN D