here is what I would like to do. in my datasbase I have like 4 table not related table 1 has 1 2 3 4 table 2 has a b c d table 3 has 1 3 5 6 table 4 has a b h j
I would like to select all table and return
table 1
1
2
3
4
table 2
a
b
c
d
table 3
1
3
5
6
table 4
a
d
h
j
thanks
I would like to select all table and return
table 1
1
2
3
4
table 2
a
b
c
d
table 3
1
3
5
6
table 4
a
d
h
j
thanks