Hi all,

We are not able to write a query as below in activerecord by using neither 
DetachedCriteria nor HQL.
This is just a sample query, we just like to see the resultant sql query 
like this:

*SELECT **
*  FROM (SELECT **
*          FROM TBL_USER) U1,*
*       (SELECT **
*          FROM TBL_USER) U2*
* WHERE U1.USER_ID = U2.USER_ID*
*
*
*
*
Does anyone has any idea?
Thanks,
Erdem


-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/castle-project-users/-/dENxSGljWU10eElK.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to