Created
August 31, 2010 02:16
-
-
Save kumarshantanu/558428 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(in-db db | |
(let [ea (find-by-criteria blog-entry-meta :cols count-col) | |
ew (find-by-criteria blog-entry-meta :cols count-col :where ["title=?" "Hello World"])] | |
(println "All records:" (read-count-col ea)) | |
(println "Records with WHERE clause:" (read-count-col ew))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment