這是資料庫

uj5u.com熱心網友回復:
select *
from (select t1.*,
row_number() over(partition by t1.user_id order by t2.user_change_date desc) rn
from t1, t2
where t1.user_id = t2.user_id) t1
where t1.rn = 1;
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/60612.html
標籤:非技術區
下一篇:ORACLE實體無法啟動
