head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	93.06.02.17.56.29;	author mao;	state Exp;
branches;
next	;


desc
@demo script 15 -- RCS history lost mid-may 1993
@


1.1
log
@Initial revision
@
text
@define rule example_1 is
on replace to emp.salary where current.name = "sharon"
do replace emp (salary = new.salary) where emp.name = "bill"

\g
@
