1 Reply Latest reply on Feb 26, 2002 4:54 PM by davidjencks

    insert and join table and CMP

    butterflee

      Is there a way to use CMP to to insert(ejbStore) which requires to join multiple table?

      example insert clause:

      insert into table t1 select c1,c2,c3 from t2,t3 where t2.id=t3.id;

      just want to avoid BMP.

      Thanks!