2008 Aug 12 3:50 PM
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...
2008 Aug 12 3:56 PM
It wont throw up any message. It only makes sense if you want to change the sort criteria and sort the table again.
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...
2008 Aug 12 3:53 PM
nothing happens but the code gets executed...
unnecessarily sort statement should not be used in programs if there is no read of data...
2008 Aug 12 3:56 PM
It wont throw up any message. It only makes sense if you want to change the sort criteria and sort the table again.
2008 Aug 12 4:06 PM
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
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |