Written by Sean Behan on Thu Jul 13th 2017

Here is a little snippet that will return new signups (or new records) for today

select id, email, created_at::date date from signups 
where email not in (select distinct email from signups where created_at < current_date)

Tagged with..
#SQL #Databases #Saas Metrics

Just finishing up brewing up some fresh ground comments...