Hello Everyone,
I am trying to use "order by" clause in the below code. but the "order by" is not working. Can any one please help how to use the "order by" in the below code, or how can i achieve the "order by" functionality in the below stated code.
Thankyou in advance.
insert_recordset recSelect(field1, field2, field3)
select forceNestedLoop RecId, Id from A
where A.ID== "4"
join firstonly RecId from B
order by Num desc
where B.RefTableId == A.TableId
&& B.RefRecId == A.RecId
&& B.Type == 3
Bests
Shah
*This post is locked for comments
I have the same question (0)