head     1.3;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     91.03.19.18.25.24;  author kemnitz;  state Exp;
branches ;
next     1.2;

1.2
date     91.03.19.15.52.16;  author kemnitz;  state Exp;
branches ;
next     1.1;

1.1
date     91.03.19.00.25.18;  author kemnitz;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@Re-arranged as per the Doctor's orders...
@
text
@/*
 * and here is the third one; has a class as an argument
 */

retrieve (emp.name) where overpaid(emp)
\p
@


1.2
log
@demo shuffling
@
text
@d1 2
a2 2
/* 
 * this one is inherited
d4 2
a5 1
retrieve (stud_emp.all) where overpaid (stud_emp)
@


1.1
log
@Initial revision
@
text
@d2 1
a2 2
 * here is the second one -- function turned into an operator
 * and optimization possible
d4 1
a4 4

retrieve (c1.name, c2.name)
from c1 in city, c2 in city
where c1.location && c2.location
@
