0 Replies Latest reply on Feb 1, 2008 7:51 AM by fwjg2507

    hint comments

      I want to write select hint

      select /*+ordered*/ x.a,y.b from x,y where x.c = y.d

      How should I write with EJBQL?