I have two tables table1 and table2 are having the same field. what if i want to display data from table1 and table2. I have table like this :
table1
no name 1 a
table2
no name 2 b
I wanna have result:
no name 1 a 2 b
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Difference between
UNION ALLvsUNION?UNIONremoves duplicatesUNION ALLdoesn’t, just appends