Connecting Tech Pros Worldwide Help | Site Map

merging tables/ deleting holes

ribo
Guest
 
Posts: n/a
#1: Nov 13 '05
hy everyone;
I have a problem that could be seen by 2 differents point of view
1)
I'm wondering if it is possible to "merge" 2 tables (TA, TB) in 3th
table (TC) in such a way:

TA TB TC
-------------- ------------- ----> -------------------------
field1 field2 field1 field2 ----> field1 field2 field3
-------------- ------------- ----> ------------------------
1 10A 1 20B 1 10A 20B
1 30B 1 30B

and NOT

TC
-----------------------------
field1 field2 field3
-----------------------------
1 10A 20B
1 10A 30B


2)
I wonder if it's possible to "compact"/"optimize" ( can't find other
therms) one table removing "holes"


TC
-----------------------------
field1 field2 field3
-----------------------------
1 10A <-- "HOle"
1 20B
1 30B

Thank's in advance if someone who have already faced this problem can
help me.
Alberto
pietlinden@hotmail.com
Guest
 
Posts: n/a
#2: Nov 13 '05

re: merging tables/ deleting holes


read this article:
http://www.amazecreations.com/datafa...emerge2dbs.asp

ribo
Guest
 
Posts: n/a
#3: Nov 13 '05

re: merging tables/ deleting holes


pietlinden@hotmail.com wrote in message news:<1113184153.115479.322720@z14g2000cwz.googleg roups.com>...[color=blue]
> read this article:
> http://www.amazecreations.com/datafa...emerge2dbs.asp[/color]

Thank you!
bye
Alberto
Closed Thread