catsearch 是一项 oracle 功能,用于在表和索引中查找字符串模式,语法为 select column_list from table_name where catsearch(column_name, search_pattern)。catsearch 使用正则表达式定义搜索模式,常见