[comp.databases] SELECT N where ...

UH2@PSUVM.BITNET (Lee Sailer) (02/25/88)

RBASE has a LIMIT clause in its SQL like (no joins) SELECT statement
that does this,

   SELECT ALL FROM X
   WHERE <logical stuff> AND LIMIT = 10

Why would this be hard to implement or optimize in full SQL?

                                                            l