Export Error in DB Query

Hello All,

In Appian Cloud environment, when we tried to export data from MySQL to Excel for a sample query as below, we are facing export issue.

select
A.column1 as A1,
B.column1 as B1,
C.column1 as C1
from
Table1 A,
Table2 B,
Table2 C
Where
A.XXX = B.XXX and
B.XXX = C.XXX and
A.XXX = C.XXX
order by
A.XXX,
B.ABC

Thanks in advance.

  Discussion posts and replies are publicly visible