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


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

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

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

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


desc
@@


1.4
log
@Oops!  Jumbled around checkin rather massively!
@
text
@/* and get rid of a bunch of instances */
delete emp1 where emp1.dept = "toy"
\p
@


1.3
log
@demo shuffling
@
text
@d1 2
a2 2
append toyemp(name="spyros", age=28,
	location="(6,27)"::point, annualsal = 1212)
@


1.2
log
@reorganized demo scripts
@
text
@d1 2
a2 2
/* and get rid of a bunch of instances */
delete emp1 where emp1.dept = "toy"
@


1.1
log
@Initial revision
@
text
@d1 2
a2 1
retrieve (toyemp.all)
@
