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


1.3
date     91.07.29.07.02.02;  author mer;  state Exp;
branches ;
next     1.2;

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

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


desc
@@


1.3
log
@add backslash g after each query for wholedemo script
@
text
@retrieve (emp.name) 
from s in city
where s.name = "berkeley"
and emp.location ---> s.location
\g
@


1.2
log
@Changed "c" to "s" so that we don't have a keyword conflict.
@
text
@d5 1
@


1.1
log
@Initial revision
@
text
@d2 3
a4 3
from c in city
where c.name = "berkeley"
and emp.location ---> c.location
@
