Good afternoon, everyone.

Well I need to do is to rename the name of a column
web2py the sql, sql language-I would do as follows when:
select animals as "Annex" from WHERE accountcode
accountcode.id_clientes = session.cliente_id;

and web2py do so:

rows = db (db.accountcode.id_clientes == session.cliente_id). select
(db.accountcode.ani
as "Annex")

and the error is.
SyntaxError: invalid syntax

If I can help as it they are grateful.

Reply via email to