Preview:
SELECT *
FROM request_call
WHERE created_at >= STR_TO_DATE('2025-03-23', '%Y-%m-%d');

SELECT count(distinct email)
FROM request_call
WHERE created_at >= STR_TO_DATE('2025-05-05', '%Y-%m-%d') and type = 'trial_class_request_website';
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter