Files
dictionarry/ops/192.add-screener-to-cam-regex.sql
T
2026-06-30 21:53:43 +00:00

10 lines
401 B
SQL

-- @operation: export
-- @entity: batch
-- @name: Add SCREENER to CAM Regex
-- @exportedAt: 2026-06-30T21:53:42.205Z
-- @opIds: 11622
-- --- BEGIN op 11622 ( update regular_expression "CAM" )
update "regular_expressions" set "pattern" = '(?<=\b[12]\d{3}\b).*(\b(CAM|HDTS|SCREENER|TELESYNC)\b)' where "name" = 'CAM' and "pattern" = '(?<=\b[12]\d{3}\b).*(\b(CAM|HDTS|TELESYNC)\b)';
-- --- END op 11622