J
John Bailo
I can say
SELECT "HELLO"
and it returns
HELLO
But say I want to return a table
HELLO
GOODBYE
Is there a select statement I can write?
SELECT "HELLO"
and it returns
HELLO
But say I want to return a table
HELLO
GOODBYE
Is there a select statement I can write?