1
-- Fetching active domain status
2
SELECT domain_name, owner, status
3
FROM registry.domains
4
WHERE url = 'https://figiel.it'
5
AND is_active = TRUE
6
LIMIT 1;
Query Executed in 0.01s
figiel.it