> i require the dictinct values from (visualizing each column> result as a set) the union of the two columns
select distinct a as F from tableunionselect distinct b as F from table;