Hello,
I want to select data from Sales ORder Schedule line DSO whose key fields are order no, item no and Schedule line based upon only Sales order no and item no.
(So in the select statement in where clause i only have order no and item no)
How will the performance be of this statement?
Should I avoid such select?