How can i return this value >> 1,2,3,4,5
In Sql as array
Output should be like >>> [ 1,2,3,4,5 ]
The problem is to return it as array from selct not concated string like >>
“[ 1,2,3,4,5 ]”
Not pl sql
How can i return this value >> 1,2,3,4,5
In Sql as array
Output should be like >>> [ 1,2,3,4,5 ]
The problem is to return it as array from selct not concated string like >>
“[ 1,2,3,4,5 ]”
Not pl sql