Search for source_code

PHOTO EMBED

Wed May 31 2023 05:30:03 GMT+0000 (Coordinated Universal Time)

Saved by @Reemhel #sql

SELECT *
FROM all_source
WHERE REGEXP_LIKE(text, '(^|\W)Your Text Here($|\W)', 'i')
AND owner = 'LLV3';
content_copyCOPY