head 1.5; branch ; access ; symbols ; locks ; strict; comment @# @; 1.5 date 91.03.19.16.29.38; author kemnitz; state Exp; branches ; next 1.4; 1.4 date 91.03.19.15.51.45; author kemnitz; state Exp; branches ; next 1.3; 1.3 date 91.03.19.15.08.41; author kemnitz; state Exp; branches ; next 1.2; 1.2 date 91.03.19.13.52.02; author sp; state Exp; branches ; next 1.1; 1.1 date 91.03.19.00.24.38; author kemnitz; state Exp; branches ; next ; desc @@ 1.5 log @Oops! Jumbled around checkin rather massively! @ text @define view toyemp (emp.name, emp.age, emp.location, annualsal = 12*emp.salary) where emp.dept = "toy" \p @ 1.4 log @demo shuffling @ text @d1 2 a2 5 /* * and update an employee in the version and in the base table */ replace emp1 (salary = 5000) where emp1.name = "bill" @ 1.3 log @reorganized demo scripts @ text @d1 5 a5 2 define view toyemp (emp.name, emp.age, emp.location, annualsal = 12*emp.salary) where emp.dept = "toy" @ 1.2 log @Sam and Bill changed to sam and bill.... @ text @d1 2 a2 3 define rule example_1 is on replace to emp.salary where current.name = "bill" do replace emp (salary = new.salary) where emp.name = "sam" @ 1.1 log @Initial revision @ text @d2 2 a3 2 on replace to emp.salary where current.name = "Bill" do replace emp (salary = new.salary) where emp.name = "Sam" @