G
Guest
I tried to create a newtable from two tables by using "select statement".
However, a new table eliminated the duplicated value.
For example :
Table 1 : amount : 100
Table 2 : amount : 100
If I use the structure : select amount from table 1
union select amount from table 2
the result return only 1 record : 100 ( instead of 2)
Any one help me
Thanks
However, a new table eliminated the duplicated value.
For example :
Table 1 : amount : 100
Table 2 : amount : 100
If I use the structure : select amount from table 1
union select amount from table 2
the result return only 1 record : 100 ( instead of 2)
Any one help me
Thanks