select id,pubdate, typeid,aid,jobname,jobdepart,jobplace,jobnumber,jobcontact from
archives right join jobrt on id=aid where typeid=19
1、table archives有fileds:id,pubdate,typeid...
2、表jobrt有字段:aid,jobname,jobdepart,jobplace,jobnumber,jobcontact,typeid..
3、id=aid
现在,我想在typeid = 19时选择id列jobname,jobplace comlumns,..
谢谢你