APPEND
Combines the results of two queries into the same dataset
(select sum(sent) as Facebook where customer=Facebook)
append
(select sum(sent) as LinkedIn Sent where customer=Linkedin)
What can we help you with?
Combines the results of two queries into the same dataset
(select sum(sent) as Facebook where customer=Facebook)
append
(select sum(sent) as LinkedIn Sent where customer=Linkedin)