-1
I have 3 tables ( A, B, C ) with column descricao
(with different records between them).
I want to do the 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
send the result, would be: create a view, or save the data in another table?
– Ivan Ferrer
Your question is not very clear. What is the structure of the tables? What do you mean by "send the result to another table D"?
– Raimundo Norberto
For what was asked, the answer is from @Jorgeb. but I saw in the comments that you wanted one thing and asked another. I’m voting to close this one, but if you find out what you want, just ask a new question with the right doubt (I imagine you already solved, a year ago already).
– Bacco