SQL如何分隔字符查询结果?

2025-03-06 23:13:11
推荐回答(1个)
回答1:

select substr(t.times,1,2) from from t_customer t where rownum=1
union
select substr(t.times,4,2) from from t_customer t where rownum=1