Skip to content

Instantly share code, notes, and snippets.

@jhlee8804
Last active June 3, 2023 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhlee8804/40e81695a5561a42f2ba0a172f9b5d46 to your computer and use it in GitHub Desktop.
Save jhlee8804/40e81695a5561a42f2ba0a172f9b5d46 to your computer and use it in GitHub Desktop.
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