How to apply union in while select query.Here is sql query
Select Column1 from Table1
Union
Select Column1 from Table2
and make sure there is no duplicate rows
How to apply union in while select query.Here is sql query
Select Column1 from Table1
Union
Select Column1 from Table2
and make sure there is no duplicate rows