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

