Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
CTE with recursive
declare @n int =20; WITH hier(cnt) AS ( SELECT 1 UNION ALL SELECT cnt + 1 FROM hier WHERE cnt < @n ) SELECT cnt FROM hier
run
|
edit
|
history
|
help
0
Turn column into string
h
Demo
test
Display Multiple Rows as a single Line
SinghDestiny
BC160401693
TUAN 7_QLCB
MyDatabase
new