Jump to content

how to display data from two mysql table


prakash

Recommended Posts

Hi,

 

I have two mysql table in following format

 

tbl1

==============================

user_name            full_name

==============================

[email protected]   Test 1

[email protected]   Test 2

[email protected]   Test 3

 

tbl2

==============================

email                    full_name

==============================

[email protected]   Test 4

[email protected]   Test 5

[email protected]   Test 6

 

so how is it posible to list the data as following in a one mysql query?

 

Result

==============================

email                    full_name

==============================

[email protected]   Test 1

[email protected]   Test 2

[email protected]   Test 3

[email protected]   Test 4

[email protected]   Test 5

[email protected]   Test 6

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.