Access中备注类型的字段不能参与子查询

select *,
(
    select P1.PName
    from Property P1
    where P1.PID = GPID
) as PName,
(
    select P2.PModel
    from Property P2
    where P2.PID = GPID
) as PModel,
(
    select P3.PCID
    from Property P3
    where P3.PID = GPID
) as PCID,
(
    select P4.PDescription
    from Property P4
    where P4.PID = GPID
) as PDescription
,
(
    select P5.POverhaulWay
    from Property P5
    where P5.PID = GPID
) as POverhaulWay
from PropertyEntity
where GSN = 'dggfd' and GIsScraped = 0

image

怎么解决呢?

子查询'  '中 Memo 或 OLE 对象无效

posted on 2010-11-24 10:09  冰危节奏  阅读(1936)  评论(1)    收藏  举报

导航