2
I have an appointment with Join and in both tables I have a column with the same name ds_observacao
.
The tables are: cliente
and ordem_servico
.
Time to show on view, the value of this column returns me blank. Because it is searching the table column cliente
. How do I return the value to make explicit what I want from the table ordem_servico
?
I’ve tried to do that view:
echo $registros->ordem_servico->ds_observacao;
But to no avail.
Good afternoon, did you manage to solve your problem with any of the answers? If yes, please indicate which one marks the "V" just below the question’s rating. If you don’t let us know your progress so we can continue to help you.
– Benjamim Mendes Junior