MySQL Generate a list of numbers
Published by Nicholas Dunbar on February 8th, 2014
This will generate a column named SeqValue that will range from 0-255 so a total of 256 values.
SELECT (TWO_1.SeqValue + TWO_2.SeqValue + TWO_4.SeqValue + TWO_8.SeqValue + TWO_16.SeqValue + TWO_32.SeqValue + TWO_64.SeqValue + TWO_128.SeqValue) SeqV...