79732922

Date: 2025-08-12 09:10:31
Score: 1.5
Natty:
Report link

I know I'm late to this but the below should work:

SELECT table_name, column_name 
FROM information_schema.columns 
WHERE column_name LIKE '%column_name%';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tnasirov