Trying to perform union when columns dont match
I’m trying to fetch records from temporary and permaenent tables using UNION . Table 1 – Cust Permanent cid marital_status profession gender mobile current_status temp_id 1 1 6 Male 984343435 1 1 table 2 – cust temp cid marital_status gender mobile current_status perm_id 1 1 Male 984343435 1 1 Also, trying to perform join from…
Read More “Trying to perform union when columns dont match” »