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


1.4
date     91.03.19.16.29.41;  author kemnitz;  state Exp;
branches ;
next     1.3;

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

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

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


desc
@@


1.4
log
@Oops!  Jumbled around checkin rather massively!
@
text
@retrieve (toyemp.all)
\p
@


1.3
log
@demo shuffling
@
text
@d1 1
a1 2
/* and get rid of a bunch of instances */
delete emp1 where emp1.dept = "toy"
@


1.2
log
@reorganized demo scripts
@
text
@d1 2
a2 1
retrieve (toyemp.all)
@


1.1
log
@Initial revision
@
text
@d1 2
a2 6
retrieve (emp.salary) where emp.name = "sam"
\g
replace emp (salary = 6000) where emp.name = "bill"
\g
retrieve (emp.salary) where emp.name = "sam"
\g
@
