Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • how dynamic does this have to be? If it is always those records you want I would run a between on your id field instead: WHERE id BETWEEN 1 AND 9 Commented May 2, 2017 at 16:55
  • do you want all rows between these value? Commented May 2, 2017 at 16:58
  • It's dynamic because are runtime votes, so I thought to find the way to mark each votation inserting a record with "inizio('begin')" and "fine('end')" Commented May 2, 2017 at 17:07