Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!hao!gatech!ukma!psuvm.bitnet!uh2 From: UH2@PSUVM.BITNET (Lee Sailer) Newsgroups: comp.databases Subject: Re: SELECT N where ... Message-ID: <34587UH2@PSUVM> Date: 25 Feb 88 14:05:57 GMT References: <714@uel.uel.co.uk> <2314@geac.UUCP> <974@pasteur.Berkeley.Edu> Organization: Penn Sate Erie--School of Business Lines: 8 RBASE has a LIMIT clause in its SQL like (no joins) SELECT statement that does this, SELECT ALL FROM X WHERE AND LIMIT = 10 Why would this be hard to implement or optimize in full SQL? l