Created
May 15, 2009 03:12
-
-
Save heynemann/112042 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment