阅读背景:

我的SQL查询有什么问题?

来源:互联网 
SELECT id, 
       sageaccount, 
       sageid, 
       totalwithoutvat, 
       vat, 
       total, 
       invoicedate, 
       alloweditting, 
       finished, 
       CASE WHEN isposted = 1 THEN 'Posted on ' + posteddate 
           ELSE 'Not Posted' 
       END AS Posted 
FROM Invoices 
WHERE (sageaccount = @sageaccount)
SELECT id, 
       sageaccount, 
       sageid,



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

分享到: