Report被要求修改
所以又得寫一支Query的語法
select id_no,emp_na,dispatchdate,dept_no,dept_na from token_asset as s
where not exists
(
select * from token_usage as h
where s.id_no=h.emp_id
)
and id_no <> 'Sysadmin' order by dept_no

另外語法的連結
http://rayting.pixnet.net/blog/post/21768123

Bookmark: HemiDemi MyShare Baidu Google Bookmarks Yahoo! My Web Del.icio.us Digg technorati furl Bookmark to:YouPush Bookmark to:你推我報

Posted by rayting at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(104)