Suppose I have a table
A | B
===============
Dan | Jack
April | Lois
Matt | Davie
Andrew | Sally
and I want to make a table
C
======
Dan
April
Matt
Andrew
Jack
Lois
Davie
Sally
using SAS proc sql
. How can I do that?