Hi guys, new to android/java programming. Quick question. In php/mysql I use 1=1 a lot when building dynamic select queries. It saves some extra steps (i can append AND onto each part of the select query and finish it with 1=1). Doing this with managedQuery gives me an empty cursor when querying the calllog. Is this something managedQuery is not allowing or is it sqlite or what? I realize I can write smarter code but it was such a nice short cut in php, wondering if its possible in this case. Thanks.