I have a table containing the fields A, B, C, D. Suppose I do a sample of the data from the fields A and B. Is it possible to do ordering on the field C with the given fields of the sample?
For example:
select A, B from table where ..... order by C Is ordering allowed by a non-sampled field?