Hello! I have a question, how can i make a result set making only list of values. For example i have such values : ('1','2','3')
And i want to make a sql that returns such table:
1
2
3
Thanks.
[Edit]
Sorry for wrong question. Actually list not containing integers, but it contains strings. I am currently need like ('aa','bb,'cc').
[/Edit]