I need to create a temp table in MySQL that simply holds a list of sequential numbers (up to x, specified by me at creation time). Simply:
I would think this would be simple to do and useful in several cases, like when you need to join with such a table to multiply a set of records. Does anyone know a simple way to achieve this?
TIA.