Hello, I'm having a question about a select chained. I found many examples with
select * from (select campo from tabela)
However I want to define the fields of my query, as below:
select campo1,campo2,(select campo1 from tabela2) from ta...
asked by
03.08.2017 / 16:42