hi ...
required help urgently
I want to combine the result of two tables ....bt don't require 1 specific coloum to get combine with them ....
wat query i should use for it....
plz rpy ASAP.....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Nov 6, 2011, 9:34 AM
Actually your question is not clear. While asking questions show us with sample data, as what output you are expecting.
Am not sure, something like this?
Prashant ChaudharyPosted Nov 4, 2011, 1:31 AM
and in case of table2 coloums are like Sr.no,Name and Class ..
But i don't want to combine the coloum Class......
for this purpose what I have to do ?
Pravin MorePosted Nov 4, 2011, 12:58 AM
Prashant ChaudharyPosted Nov 4, 2011, 12:41 AM
Pravin MorePosted Nov 4, 2011, 12:38 AM
You can use Union to combine two query result..........
Select * from Table1
Union
Select * from Table2
Thanks,
Pravin.