Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about sort statement

Former Member
0 Likes
479

hello friends

please tell me if i apply sort condition in sorted table what will happen

whether it show some kind of error or it run or anything else.

thanks...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

It wont throw up any message. It only makes sense if you want to change the sort criteria and sort the table again.

3 REPLIES 3
Read only

Former Member
0 Likes
458

nothing happens but the code gets executed...

unnecessarily sort statement should not be used in programs if there is no read of data...

Read only

Former Member
0 Likes
459

It wont throw up any message. It only makes sense if you want to change the sort criteria and sort the table again.

Read only

Former Member
0 Likes
458

First of all if the table is sorted type then the data gets appended in sorted manner itself..

U need not use SORT for this table