3
Answers

Fetching data from two diff tables

Manish Sharma

Manish Sharma

9y
489
1
I am trying to fetching data from two different tables with different columns without foreign key and show these two table data in single grid view .any body have an idea about this if yes please give me solution for this....
Answers (3)
0
Manish Sharma

Manish Sharma

NA 32 2.8k 9y
Hi
This is my sql query
 
select Name, gender, Email_Id, Mobile, Present_address, Permenent_Address, Current_Sector, Current_Skill, Qualification_Level1, Specilization, Desired_State, Desired_Location, Resume
 
select Name,Gender,Email,Mobile,Home_State,Home_Location,Sector,Skill,Qualifaction_Level1,Specilization,Resume,Student_With_institute
 
0
Syed Shanu

Syed Shanu

NA 25.2k 3m 9y
Can you provide your both table select query with all comlumn names.
0
Ashraf Ali

Ashraf Ali

NA 126 3.2k 9y
Hi Manish,
 
I think you should create a View(Virtual table) to get the data from two different tables with different columns.