SyntaxFix
Write A Post
Hire A Developer
Questions
I would query the information_schema - this has views that are much more readable than the underlying tables.
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE COLUMN_NAME LIKE '%create%'