08-12-2011, 05:54 AM
|
#1 (permalink)
|
|
Shonir IT Solutions
Join Date: Jul 2011
Location: Sialkot, Pakistan
Posts: 10
Thanks: 0
|
what's wrong in join tables
i just want to show that record not existing table {tbl}mailtemp
PHP Code:
select en.id as en_id, en.title as en_title, mt.id as mt_id, mt.subject from {tbl}noticelogs nl, {tbl}expiration_notice en right JOIN {tbl}mailtemp mt ON (en.type=mt.parentid) where nl.noticeid<>en.id and nl.mailid<>mt.id
__________________
Reputation is for time; character is for eternity.
|
|
|