Created
July 10, 2023 11:47
-
-
Save vebodev/d9ebb594cf1becfe5ff6f21b750714f6 to your computer and use it in GitHub Desktop.
Search in all comments
This file contains 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
# match text in all tables' comments | |
SELECT TABLE_NAME, COLUMN_NAME, COLUMN_COMMENT | |
FROM INFORMATION_SCHEMA.COLUMNS | |
WHERE TABLE_SCHEMA = 'iCRM2_CustomerDB_Saas_xzdyf' | |
AND COLUMN_COMMENT LIKE '%复购%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment