wei0785(提问者)SELECT \"PPR_PurPriceLine\".\"ID\", \"PPR_PurPriceLine\".\"Createdon\" as \"创建日期\", \"PPR_PurPriceLine\".find(\"Price\",\"FromDate\" =max(\"FromDate\")), \"PPR_PurPriceLine\".\"ItemInfo_ItemCode\" as \"料号\", \"PPR_PurPriceLine\".\"ItemInfo_ItemName\" as \"料品名称\", \"PPR_PurPriceLine\".\"Price\" as \"价格\", \"PPR_PurPriceList\".\"Code\" as \"价表编码\" , \"dbo\".\"CBO_Supplier\".\"Code\" as \"供应商编码\" , \"dbo\".\"CBO_Supplier\".\"ShortName\" as \"供应商名称\" FROM \"dbo\".\"PPR_PurPriceLine\" left join \"U9\".\"dbo\".\"PPR_PurPriceList\" on \"PPR_PurPriceLine\".\"PurPriceList\"= \"PPR_PurPriceList\".\"ID\" left join \"U9\".\"dbo\".\"CBO_Supplier\" on \"CBO_Supplier\".\"ID\"=\"PPR_PurPriceList\".\"Supplier\"
WHERE \"Cancel_Canceled\"=\'FALSE\' and \"PPR_PurPriceList\".\"Currency\" =1 and \"PPR_PurPriceLine\".\"Price\"<>999 Order by \"FromDate\" DESC 这语句那里错了? 提示语句错误