SELECT EXTRACT(MONTH FROM t.saledate) as month_num, EXTRACT(YEAR FROM t.saledate) as year_num, COUNT(DISTINCT t.saledate) as nb_distinct_dates FROM trnsact t GROUP BY month_num, year_num ORDER BY year ...
This solution listens to events from Twilio Segment and writes data to a Teradata Vantage instance. The example uses GCP but it can be translated into any cloud platform. In this solution, Twilio ...