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 11 -- RCS history lost mid-may 1993
@


1.1
log
@Initial revision
@
text
@retrieve (e.salary, e.tmin, e.tmax)
from e in emp[ , ]
where e.name = "sam"
\g
@
