I have the following sql query

String sql = "select  contact_id, first_name||' '||last_name as
display_field from contact"

how do I represent this using Criteria?
thanks
TS


--
To unsubscribe, e-mail:   <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>

Reply via email to