Limit number of rows returned

Limit number of rows returned

ahulseahulse Posts: 1Questions: 1Answers: 0

How would I limit the number of rows returned using the editor(tablename) format? I've used the generator to create my set of files and need to be able to select a unique set of records. I don't want all the records in the table.

Answers

  • allanallan Posts: 61,810Questions: 1Answers: 10,122 Site admin

    There isn't a LIMIT option as such, but you could use a conditional statement (WHERE) to limit the returned data set to a sub-set of the master data.

    Allan

This discussion has been closed.