Sorts are deadly to data
Sorts are deadly to data
There is absolutely no warning when you sort a column that it will sort only that column and not the rest of the columns. This action creates an unrecoverable error because the rows of data are mismatched to the sorted column. Is there a way to avoid this.
rohoryder