I am having problem implementing the "distinct" in my query.  I have
tried it many different ways but can't seem to get the result I desire.
Here is an example:
 
String sql = "select distinct ChassisPool from
"+ChassisPool.class.getName();
 
Douglas
 


Reply via email to