Note, .ALL is also useful when you don't want to specify any query:

db().select(db.mytable.ALL)

That will give you all the records and all the fields in db.mytable. If you 
do specify a query, then calling .select() with no fields is equivalent to 
using .ALL.

Anthony

On Friday, April 5, 2013 12:58:16 PM UTC-4, Annet wrote:
>
> Hi,
>
> Thanks for your answer, I just wasn't sure I could leave out the .ALL, now 
> I know for sure ...
>
>
> Annet
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to