i have table like thisState ---------------------- a b c d-----------------------------------------------------------------Active --------------------- 0 0 0 0Assigned ---------------- 0 0 0 0submitted --------------- 0 0 0 0Under_Investigation ----- 0 0 0 0
and State ---------------------- a b c d-----------------------------------------------------------------Active --------------------- 0 69 7 5Assigned ---------------- 8 0 9 7submitted --------------- 0 77 0 8Under_Investigation ----- 9 0 0 9
and i want the result like thisState ---------------------- a b c d-----------------------------------------------------------------Active --------------------- 0 69 7 5Assigned ---------------- 8 0 9 7submitted --------------- 0 77 0 8Under_Investigation ----- 9 0 0 9
is this possible in SQl using union or other thanks