I change my question. when I do it a sql request and show in a view
the name of
a table is write. how I change that???
my code is something like that:
in a view:
{{=show}}
and the result is
person.id person.name
1 pepe
2 jhon
How I cant change person.id and person.name for Person's ID and
Person's Name
On Jun 7, 9:56 am, kike <[email protected]> wrote:
> Hi everyone. when I do it a sql request and show in a view the name of
> a table is write. how I eliminate???
>
> my code is something like that:
>
> in a view:
>
> {{=show}}
>
> and the result is
>
> person.id person.name
> 1 pepe
> 2 jhon
>
> How I eliminated person.id and person.name