G
gongfs
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大侠:
我想请教一个问题
表A name time key1
a 2003 c
g 2004 c
b 2005 d
d 2002 c
f 2004 d
我用得是这样一条语句
select name from A where key1="c"
union select name from A where key1="D"
请问如何将上两条语句得到的结果根据时间进行排序
name time key1
d 2002 c
a 2003 c
g 2004 c
f 2004 d
b 2005 d
多谢大家!!!!
我想请教一个问题
表A name time key1
a 2003 c
g 2004 c
b 2005 d
d 2002 c
f 2004 d
我用得是这样一条语句
select name from A where key1="c"
union select name from A where key1="D"
请问如何将上两条语句得到的结果根据时间进行排序
name time key1
d 2002 c
a 2003 c
g 2004 c
f 2004 d
b 2005 d
多谢大家!!!!