Merge branch 'master' into kakaoFT
This commit is contained in:
commit
cc03755433
@ -100,7 +100,7 @@
|
||||
LETTNGNRLMBER_CMPHST LC
|
||||
LEFT JOIN LETTNGNRLMBER L
|
||||
ON L.MBER_ID = LC.MBER_ID
|
||||
JOIN (SELECT MAX(FRST_REGIST_PNTTM) AS FRST_REGIST_PNTTM
|
||||
JOIN (SELECT DISTINCT MAX(FRST_REGIST_PNTTM) AS FRST_REGIST_PNTTM
|
||||
FROM LETTNGNRLMBER_CMPHST
|
||||
GROUP BY MBER_ID, HST_TYPE) LCM
|
||||
ON LC.FRST_REGIST_PNTTM = LCM.FRST_REGIST_PNTTM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user