anjumr06 / squiggle-sql

Automatically exported from code.google.com/p/squiggle-sql
0 stars 0 forks source link

Support other operators in join expressions #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
for example...

select 
    deal.code, deal.counterpartyCode
from
    deals, consolidation
where
    deals.deal_date > consolidation.consolidation_date

Original issue reported on code.google.com by nat.pr...@gmail.com on 1 Oct 2008 at 1:18

GoogleCodeExporter commented 8 years ago

Original comment by nat.pr...@gmail.com on 1 Oct 2008 at 1:18

GoogleCodeExporter commented 8 years ago

Original comment by nat.pr...@gmail.com on 1 Oct 2008 at 4:29

GoogleCodeExporter commented 8 years ago

Original comment by nat.pr...@gmail.com on 6 Oct 2008 at 8:43