1 / 1

TablaA

UNION de tablas. LOAD A , B FROM C:BasePrb.xlsx ( ooxml , embedded labels , table is TablaA ); Right Join LOAD B , C FROM C:BasePrb.xlsx ( ooxml , embedded labels , table is TablaB ).

Download Presentation

TablaA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. UNION de tablas LOADA,BFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaA);Right Join LOADB , CFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaB) LOADA,BFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaA);Left Join LOADB , CFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaB) TablaA LOADA,BFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaA);Inner Join LOADB , CFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaB) LeftTalble TablaB LOADA,BFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaA); Outer JoinLOADB , CFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaB) RightTalble LOADA,BFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaA);ConcatenateLOADB , CFROM C:\BasePrb.xlsx(ooxml, embeddedlabels, tableisTablaB)

More Related