本文介绍了如何对表格进行排序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个像这样的表(表1):
col1 col2
1公羊
2假
3 ravi
4 mohit
5莫汉
6个subhash
我还有另一个查询结果(在临时表中:#tempo),它是:
假
subhash
ram
ravi
mohit
mohan
我希望按照表1中给出的顺序对结果进行排序.
我该怎么办..请帮助!谢谢.
I have a table(Table 1) like this :
col1 col2
1 ram
2 sham
3 ravi
4 mohit
5 mohan
6 subhash
and i have another query result(in temp table :#tempo) which is :
sham
subhash
ram
ravi
mohit
mohan
I want this resultant to be sorted in the sequence given in Table 1.
How do i do it .. PLease help !! it will be appreciated .Thanks in advance.
推荐答案
这篇关于如何对表格进行排序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!