Subject | Invalid KeyLinks |
---|---|
Author | ben_sollis |
Post date | 2003-11-13T11:32:32Z |
Given;
select j.* , jt.jt_profit from TBL_JOBS j
left join TBL_JOBTYPES jt on j.jb_type = jt.jt_code
WHERE J.JB_ID = :JB_ID
Can anyone tell me what the KeyLinks should be?
I have tried;
TBL_JOBS.JB_ID
JB_ID
<BLANK>
All return Invalid keylinks
Any help appreciated..
Ben
select j.* , jt.jt_profit from TBL_JOBS j
left join TBL_JOBTYPES jt on j.jb_type = jt.jt_code
WHERE J.JB_ID = :JB_ID
Can anyone tell me what the KeyLinks should be?
I have tried;
TBL_JOBS.JB_ID
JB_ID
<BLANK>
All return Invalid keylinks
Any help appreciated..
Ben