When I give this query:
select 'a', 'b'
I get the output:
-------------------------------------
|(No column name) | (No column name)|
-------------------------------------
| a | b |
-------------------------------------
But I want the results(a and b) to be in separate rows.
Could someone please explain me or give sample query to attain this?