You could always do
SELECT (SELECT the_first_select) AS col1, (SELECT the_second_select) AS col2
FROM DUAL
2
solved SQL return 2 columns [closed]
You could always do
SELECT (SELECT the_first_select) AS col1, (SELECT the_second_select) AS col2
FROM DUAL
2
solved SQL return 2 columns [closed]