SELECT *
  FROM ALL_TAB_COMMENTS
WHERE COMMENTS like '%현장%'
ORDER BY TABLE_NAME;

+ Recent posts