6 ms·
Here you go! SELECT page, url, payload FROM `{table}` WHERE page like '%{site_domain}/%' AND url like '%[EXAMPLE.COM]%' --- There's no LIMIT
by httparchive 3y ago
Here you go!
SELECT
page,
url,
payload
FROM `{table}`
WHERE
page like '%{site_domain}/%'
AND
url like '%[EXAMPLE.COM]%'
---
There's no LIMIT on it b/c I actually need all the results.