RE: [Zope] how to join two table?
22 Nov
1999
22 Nov
'99
3:15 p.m.
-----Original Message----- From: Rod Za [mailto:rodza@bhnet.com.br] Sent: Monday, November 22, 1999 9:45 AM To: Jim Sanford; zope@zope.org Subject: Re: [Zope] how to join two table?
select a.keyfield, a.some_field, b.keyfield, b.another_field from table1 a, table2 b where b.keyfield=a.keyfield and a.some_field='some_stuff' order by b.another_field
i try to do that but dont work, very well, i am working with .DBF files. need i use index? (if i need, how to do?)
This is getting a little off topic, sounds like an SQL thread to me. Perhaps there is another list you could move this to? -Michel
9632
Age (days ago)
9632
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michel Pelletier