heynemann (owner)

Revisions

gist: 112042 Download_button fork
public
Public Clone URL: git://gist.github.com/112042.git
Python
1
2
3
4
5
6
From(collection)
          .select("name","age","sex","salary","salary + bonus")
 
# This query returns the evaluated return of salary + bonus
# as dynamic_4. This is really useful to perform calculations
# on the fly.