home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / demo / script-11 < prev    next >
Encoding:
Text File  |  1992-08-27  |  79 b   |  5 lines

  1. retrieve (e.salary, e.tmin, e.tmax)
  2. from e in emp[ , ]
  3. where e.name = "sam"
  4. \g
  5.