hey
can anyone let me know how to work on joins in
iBATIS.
this is the query i am goin to use.
select a.versionnumber, a.releasedate,
a.releasenotes, b.releasetype
from versioninfo as a,
releaseinfo as b
where a.productid = 1 and a.releaseid =
b.releaseid;
C ya
|
- iBATIS - Joins ? Pradheep
- Re: iBATIS - Joins ? Nathan Maves
- Re: iBATIS - Joins ? Larry Meadors