[web2py] db query that returns a list of field values

2015-08-10 Thread Jose W
Hello, I am new to Web2py and I am running into an issue with making a query to the DB, and returning a list of the filed values. Relevant Info: DB "db(db.websites).select(db.websites.URL)": websites.URL http://www.example.com http://www.example.com http://www.example.com http://www.ex

[web2py] Re: db query that returns a list of field values

2015-08-10 Thread Jose W
return locals() > > On Monday, 10 August 2015 10:39:51 UTC-5, Jose W wrote: >> >> Hello, >> >> I am new to Web2py and I am running into an issue with making a query to >> the DB, and returning a list of the filed values. >> >> Relevant Info: >>