Number Sequence in MySQL

Posted by illuminatedtiger on Stack Overflow See other posts from Stack Overflow or by illuminatedtiger
Published on 2010-03-22T20:30:08Z Indexed on 2010/03/22 20:31 UTC
Read the original article Hit count: 424

Filed under:
|
|
|
|

In Python if I wanted a sequence from 0 - 9 (inclusive) I would use xrange(0,10) . Is there a way I can do this in MySQL?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sequence