返回列表 回復 發帖
select
        *
from
        QryInvoiceCurrentAll2('*')
where
        [Debtor ID] IS NOT NULL
AND        InvoiceID IS NOT NULL
and [customer name] like '%Leighton%'
and [frequency] like '%once%'
order by
        [Debtor ID], InvoiceID, Frequency, [product name]
返回列表