Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

joining two tables

Hi everyone,

       could you please help me with this issue.

i have two tables

table1:

ID
AB
12060
23025
41011

TABLE 2:

ID
AC
33350
53043
62126

AND I NEED THIS

IDA
BC
12060
23025
333
50
41011
530
43
621
26

THANKS!

gerardo

10 Replies
Not applicable
Author

Hi

concatenate between two tables

if the field name is same in both the tables

id in both the tables

if ur result is like

t1.id,t2.id  --

for this  use the unqualify

or

use alias to change ur field name to id