| Subject: | Re: Join 2 tables |
|---|---|
| From: | "emmim44" |
| Date: | Mon, 9 Jul 2007 21:03:24 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.advanced_techniques |
it gives me what I want except one extra row which exists in result table.
My updated query:
select i.facname
, i.facsch
, initcap(r.lastname) lastname
, initcap(replace(r.firstname,' ','')) firstname
, initcap(r.firstname) dspfirstname
, r.homefac
, i.facspot
, i.facid
from genbid_assignmentinfo i, genbid_bidresult r
where
r.facsch(+) = i .facsch
and (i.factype ='LT' and r.facname(+) = i .facname)
order
by i .facname
, i .facsch
, r.lastname
, r.firstname
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Installing Coldfusion 7.x on Vista with IIS, Nightfall_Blue |
|---|---|
| Next by Date: | Re: Installing Coldfusion 7.x on Vista with IIS, Ian Skinner |
| Previous by Thread: | Re: Join 2 tables, paross1 |
| Next by Thread: | Re: Join 2 tables, emmim44 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |