What short query will return an vector (a one-column column table) representing a set of integers fr
- by Ivan
Assuming we have no actual table to select the data from, what do we need to SELECT to return a table consisting of one integer column containing all integer numbers starting with x1 and finishing with x2 and sorted in ascending order?