1INSERT cte_populated(id)
2WITHRECURSIVE int_seq AS (
3SELECT1AS val
4UNIONALL5SELECT val +16FROM int_seq
7WHERE val <108)
9SELECT int_seq.val FROM int_seq;
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content