Currently we only support the binding of simple attributes in CTEs. In some cases it would be handy to be able to bind e.g. embedded ids like: ``` .bind("id.a").select(...) .bind("id.b").select(...) ```