阅读背景:

使用NHibernate在WHERE子句中使用NOT IN进行查询

来源:互联网 

Take this query as an example:

以此查询为例:

select * from publisher 
where id not in (
    select publisher_id from record 
    where year = 2008 and month = 4
)
sele



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: