El dt 12 de 09 del 2006 a les 09:26 -0700, en/na dragan savic va escriure: > Hello Francesc! > > I am interested if it is possible in PyTables to make > an INNER JOIN between two tables like in SQL: > > SELECT field1, field2, field3 > FROM first_table > INNER JOIN second_table > ON first_table.keyfield = > second_table.foreign_keyfield >
Uh, not directly. You will have to make your own version of the INNER JOIN for PyTables. If you end with something interesting, contribute it! Cheers, -- >0,0< Francesc Altet http://www.carabos.com/ V V Cárabos Coop. V. Enjoy Data "-" ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
