|
From: Stasa J. <sta...@da...> - 2006-04-18 12:23:42
|
Hallo, can help me somebody. I wan't to to execute following MySQL-statement in hibernate: SELECT b.*, s* FROM bbp_test.BLSBAS b left outer join bbp_test.BLSSTR s = on b.SBLS=3Ds.SBLS where b.sbls like '%N710900%' The two tables are not in relation to each other. They both have only = one column that is the same and this is SBLS. How can I execute this statement in Hibernate. Greeting, Stasa |