Hi guys,
I would like to have normal sort in field 1 and then sort reverse in field 2, how do I do that?
Here's the file
and I expect the result like this :
Thanks guys,
I would like to have normal sort in field 1 and then sort reverse in field 2, how do I do that?
Here's the file
Code:
hr_rdb_bond_bill_futs_vol Standard 850596
hr_rdb_capfloorvol Standard 331766
hr_rdb_comcurves Standard 6440227
hr_rdb_bond_bill_futs_vol 20060731 847667
hr_rdb_capfloorvol 20060731 330287
hr_rdb_comcurves 20060731 6434465
and I expect the result like this :
Code:
hr_rdb_bond_bill_futs_vol Standard 850596
hr_rdb_bond_bill_futs_vol 20060731 847667
hr_rdb_capfloorvol Standard 331766
hr_rdb_capfloorvol 20060731 330287
hr_rdb_comcurves Standard 6440227
hr_rdb_comcurves 20060731 6434465
Thanks guys,