Subject | Problem Ordering ! |
---|---|
Author | Joel do Prado Junior |
Post date | 2001-03-08T11:33:45Z |
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]
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]