Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread LIMIT equivelent
Sun, Jun 10 2012 10:23 PMPermanent Link

IQA

What's ElevateDB equivalent to LIMIT... I want to limit the number of
rows returned in a query.
Sun, Jun 10 2012 10:38 PMPermanent Link

IQA

ALL good, found it...

SELECT * FROM Orders
RANGE ? TO ?
Image