Created
September 29, 2021 07:49
-
-
Save KangDroid/3f9979411a469f3f397e627cca6ff7a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT TOP(50) 채팅_메시지[필요한_열들] | |
FROM 채팅_메시지_테이블 AS [c] | |
WHERE c.방_정보 = 정의된_방_정보 | |
ORDER BY 만들어진_날짜를_기준으로_내림차순으로_정렬 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment