Left Right Table
-
In a join which table is said Left, which one right? It depends on List in select or order in On or ...
Best wishes
-
In a join which table is said Left, which one right? It depends on List in select or order in On or ...
Best wishes
table1 left join table2 on table1.id=table2.id
here table1 is left table whereas table2 is right. Query return all record from table1 plus matches record from table2table1 right join table2 on table1.id=table2.id
here table1 is left table whereas table2 is right. Query return all record from table2 plus matches record from table1 hope this clear your confusionRupesh Kumar Swami Software Developer, Integrated Solution, Bikaner (India) My Company Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11
-
In a join which table is said Left, which one right? It depends on List in select or order in On or ...
Best wishes
-
In a join which table is said Left, which one right? It depends on List in select or order in On or ...
Best wishes