No. CQL3 doesn't support nested selects. -- Sylvain
On Tue, Jun 25, 2013 at 5:02 PM, Tony Anecito <adanec...@yahoo.com> wrote: > Hi All, > > Is nested select supported by Cassandra JDBC driver? > > So for a simple example to get a list of user details from a users column > family: > > Select * from user_details where user_id in (Select user_id from users) > > Thanks! > -Tony >