You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
m.fbillno,
s.cinvname,
c.ccusname,
m.fbilldate,
s.fqty
FROM
[dbo].[KF_MaterialOutStoreM_D] as m
LEFT JOIN [dbo].[KF_MaterialOutStoreS_D] as s ON m.fbillno = s.fbillno
LEFT JOIN [dbo].[t_ClientInfo_B] as c ON m.clientcode = c.ccuscode
WHERE
m.FBillType = 'Out002' order by ccusname desc
版本号:
1.7.6
问题描述:
sql server数据库配置sql数据集,在sql中设置了order by。在报表预览中进行查询时会出现两个排序字段
错误日志&截图:
重现步骤:
SELECT
m.fbillno,
s.cinvname,
c.ccusname,
m.fbilldate,
s.fqty
FROM
[dbo].[KF_MaterialOutStoreM_D] as m
LEFT JOIN [dbo].[KF_MaterialOutStoreS_D] as s ON m.fbillno = s.fbillno
LEFT JOIN [dbo].[t_ClientInfo_B] as c ON m.clientcode = c.ccuscode
WHERE
m.FBillType = 'Out002' order by ccusname desc
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: