Skip to content

Tag: sql

Adding SQL Rows from two CTEs

I have two CTEs that I’ve unioned two produce the following result: date serie events 2019-05-09 hello 175 2019-05-02 hello 196 2019-05-09 goodbye 1 2019-05-02 goodbye 1 I want to add …