34,838
社区成员




select ID,NAME,TEL,INTIME as TIME
from a
order by time
select ID,NAME,TEL,INTIME as TIME
from a
order by time
select ID,NAME,TEL,INTIME as [TIME]
from a
order by INTIME
select ID,NAME,TEL,INTIME as [TIME]
from a
order by [time]
SELECT ID,Name,Tel,ISNULL(INTime,OutTime) AS Time
FROM [Table]
ORDER BY Time
SELECT ID,Name,Tel,INTime AS Time
FROM [Table]
ORDER BY INTime