Last active
June 3, 2023 03:24
-
-
Save jhlee8804/40e81695a5561a42f2ba0a172f9b5d46 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 DISTINCT object_name(id) | |
FROM syscomments | |
WHERE TEXT like '%내용%' | |
ORDER BY object_name(id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment