I have column A in the Sample Table1. Column A has values as follows.
+----+
| A |
+----+
| a1 |
| a2 |
| a3 |
| a4 |
| a5 |
+----+
I need a query that should give the following output. All the Values should be
"a1","a2","a3","a4","a5"
Is there a way?