You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Darin Wilcox <Da...@nurs.utah.edu> on 2002/03/22 02:01:41 UTC

SQL to Criteria Statement

I have a statement that looks like this:

select * from user_info, problem
where
user_info.user_id=problem.user_id_fk;

I can't figure out how to conver this to Criterias used in Turbine.  Can someone please help?

Thanks,

- Darin

-------------------------------------------------------------
Darin Wilcox
Web Engineer
College of Nursing
University of Utah
585-7332


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SQL to Criteria Statement

Posted by ??? <ji...@neusoft.com>.
refer to  http://jakarta.apache.org/turbine/turbine-2/howto/criteria-howto.html

Email: jiatj@neusoft.com
----- Original Message ----- 
From: "Darin Wilcox" <Da...@nurs.utah.edu>
To: <tu...@jakarta.apache.org>
Sent: Friday, March 22, 2002 9:01 AM
Subject: SQL to Criteria Statement


I have a statement that looks like this:

select * from user_info, problem
where
user_info.user_id=problem.user_id_fk;

I can't figure out how to conver this to Criterias used in Turbine.  Can someone please help?

Thanks,

- Darin

-------------------------------------------------------------
Darin Wilcox
Web Engineer
College of Nursing
University of Utah
585-7332


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>