Subject Problem Ordering !
Author Joel do Prado Junior
Query.SQL -> select Debit as Value,Data from Table
union
select Credit as Value,Data from Table

Query.Ordering -> Value,Data=Value,Data;Value Asc;


Query.OrderingItens-> Value=1;


Message error-> Invalid order by clause.

clause union no ordering ?

thanks.


[Non-text portions of this message have been removed]