2007 Feb 06 11:08 AM
Hi All,
If the field mentioned in where clause of select statement are not in sequence as available in database.Will it affect the performance.
Thanks and Regards,
2007 Feb 06 11:09 AM
Hi,
if any index exist in that order it will not affect the performace...else create one to avoid performance bottleneck.
regards,
madhu
2007 Feb 06 11:11 AM
i think it wont be any criteria of sequence in where clause but which field you are using in where that is important.
regards
shiba dutta
2007 Feb 06 11:11 AM
2007 Feb 06 11:11 AM
Hi Praveen,
It does have an effect. I have noticed the same in one of my programs recently.
If you don't know the correct order, declare in the order they appear in the se11.
Regards,
Ravi
2007 Feb 06 11:17 AM
it is good that u specify the sequence order...<b>This reduces time sometimes</b>...If u dont know u can specify in random order...this is not a problem.