edalzell
3rd October 2002, 22:11
Two questions:
1) Is there a place to get the Baan SQL Help topic? Our help is broken and I can't seem to find the SQL topic
2) I am looking to grab a contract ID from a table where the status is Live. The psuedo-sql (in my .qcd file) would be:
select tdpsc001.cont
from pdpsc001
where suno = :supp
and item = :thisItem
and stat = (select stat
from tcmcs070
where styp = :1).
Is this correct?
Thanks
1) Is there a place to get the Baan SQL Help topic? Our help is broken and I can't seem to find the SQL topic
2) I am looking to grab a contract ID from a table where the status is Live. The psuedo-sql (in my .qcd file) would be:
select tdpsc001.cont
from pdpsc001
where suno = :supp
and item = :thisItem
and stat = (select stat
from tcmcs070
where styp = :1).
Is this correct?
Thanks