MySQL Forums
Forum List  »  Newbie

Re: Recursive Query
Posted by: terry clear
Date: August 30, 2021 08:59AM

The solution is close, but not quite what I need.

Through a series of queries, I create a table with four columns and six rows.
One of the columns has values
6213
6266
6318
6370
6422
6474

I need to write a query, the output will be one column and the values will be

6213
6214
6215
.
.
.
6472
6473
6474


However, looking at the GREAT resource you provided, I may be able to
accomplish this with the Generating Sequences Ranges example

Options: ReplyQuote


Subject
Written By
Posted
August 27, 2021 02:55PM
August 27, 2021 03:41PM
Re: Recursive Query
August 30, 2021 08:59AM
August 31, 2021 09:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.